NetBSD/sys/arch/macppc/dev
gehenna 77a6b82b27 Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.
2002-09-06 13:18:43 +00:00
..
abtn.c Make macppc compile by default with -Wall -Wmissing-prototype in addition 2001-06-08 00:32:01 +00:00
adb_direct.c Add a null asm statement in adb_read_date_time() 2002-05-05 18:36:03 +00:00
adb_direct.h
adb.c apm emulation, from openbsd 2002-06-18 05:22:50 +00:00
adbvar.h extern decl for adbHardware 2002-06-18 04:33:36 +00:00
aed.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
aedvar.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
akbd.c Remove the key repeating feature. 2002-08-14 13:02:58 +00:00
akbdmap.h add a few missing keys, including f1-f12,home,end,next,prior 2002-03-04 04:03:36 +00:00
akbdvar.h put back NetBSD RCS Id removed in rev 1.6 2002-09-05 19:23:11 +00:00
am79c950.c Use bpf_mtap(). 2002-01-16 05:56:54 +00:00
am79c950reg.h
ams.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
amsvar.h
apm.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
awacs.c Add a new optional method, dev_ioctl, to the audio hardware driver interface. 2001-10-03 00:04:47 +00:00
dbdma.c Make macppc compile by default with -Wall -Wmissing-prototype in addition 2001-06-08 00:32:01 +00:00
dbdma.h Add/change prototypes so that macpcc builds with -Wstrict-prototypes. 2001-06-19 12:02:55 +00:00
esp.c
espvar.h
gpio.c Add/change prototypes so that macpcc builds with -Wstrict-prototypes. 2001-06-19 12:02:55 +00:00
if_bm.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_bmreg.h
if_gm.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_gmreg.h
if_mc.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
if_mcvar.h Fix a warning when compiled w/o DDB. 2001-07-26 11:23:37 +00:00
if_wi_obio.c
mediabay.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
mesh.c Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers 2002-04-05 18:27:45 +00:00
meshreg.h
nvram.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
obio.c Support the new iBook. 2001-06-17 19:54:47 +00:00
ofb.c for ofb_enable_cache, turn on the BAT_M bit as well to prevent 2002-08-07 05:46:13 +00:00
ofbvar.h Pass through the PCI configuration ioctls, like vga_pci.c does. 2002-06-24 21:08:37 +00:00
ofcons.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
pm_direct.c apm emulation, from openbsd 2002-06-18 05:22:50 +00:00
pm_direct.h apm emulation, from openbsd 2002-06-18 05:22:50 +00:00
viareg.h Add/change prototypes so that macpcc builds with -Wstrict-prototypes. 2001-06-19 12:02:55 +00:00
wdc_obio.c Wrap debug printf in #ifdef DEBUG/#endif 2002-07-18 13:31:58 +00:00
z8530tty.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
zs_kgdb.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
zs.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00