1 # $NetBSD: files.netbookpro,v 1.1 2011/08/06 03:53:40 kiyohara Exp $ 2 # 3 # NETBOOK PRO specific configuration info 4 # 5 6 file arch/hpcarm/hpcarm/netbookpro_machdep.c 7 8 # Inter-Integrated Circuit controller 9 device nbpiic: i2cbus 10 attach nbpiic at pxaip with pxaiic 11 file arch/hpcarm/dev/nbpiic.c nbpiic 12 13 # NETBOOK PRO PCon 14 device nbppcon { tag = -1 }: at24cxx_eeprom 15 attach nbppcon at iic 16 file arch/hpcarm/dev/nbppcon.c nbppcon needs-flag 17 18 # NETBOOK PRO Power Management 19 device nbppm: hpcapmif 20 attach nbppm at nbppcon 21 file arch/hpcarm/dev/nbppm.c nbppm 22 23 # NETBOOK PRO Keyboard 24 device nbpkbd: hpckbdif 25 attach nbpkbd at nbppcon 26 file arch/hpcarm/dev/nbpkbd.c nbpkbd 27 28 # MMC/SD controller 29 attach pxamci at pxaip with nbpmci 30 file arch/hpcarm/dev/nbpmci.c nbpmci 31 32 # PCMCIA/CF Socket controller 33 attach pxapcic at pxaip with nbppcic 34 file arch/hpcarm/dev/nbppcic.c nbppcic 35 36 # Epson S1D13806 37 device epsonlcd: hpcfbif 38 attach epsonlcd at pxaip 39 file arch/hpcarm/dev/epsonlcd.c epsonlcd 40 file dev/hpc/video_subr.c epsonlcd 41 42 # SL811HS USB Host Controller 43 attach slhci at pxaip with nbp_slhci 44 file arch/hpcarm/dev/nbp_slhci.c nbp_slhci 45