NetBSD/sys/dev
thorpej d58deb08c2 Use PAGE_SIZE rather than NBPG.
XXX Except in one place which will require more work.
2003-04-01 01:58:14 +00:00
..
acpi Make sure this compiles with ACPI_DEBUG. 2003-03-07 15:17:44 +00:00
apm
arcbios Catch up to struct consdev changes. 2003-03-06 07:59:37 +00:00
ata Work around a buggy PHY in some Seagate S-ATA drives which get confused 2003-03-21 22:40:56 +00:00
bi Use PAGE_SIZE rather than NBPG. 2003-04-01 01:58:14 +00:00
bluetooth Changed the interface for passing output data between the bthci driver 2003-01-11 06:12:09 +00:00
cardbus Make it compile in big endian. 2003-03-22 11:32:38 +00:00
dec Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
dmover Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +00:00
ebus Remove the `flags' argument from bus_intr_establish(). 2002-12-10 13:44:47 +00:00
eisa regen - add 3Com TCM6790 entry 2003-03-22 14:31:28 +00:00
hpc Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifier 2003-01-03 04:36:26 +00:00
i2c
i2o __'ify MACHINE_ARCH names. 2003-02-14 18:29:05 +00:00
ic 802.11 MLME-JOIN.request is an abstract MAC function that is not 2003-03-27 07:22:47 +00:00
ieee1394 Redo last fix to work correctly. Need to run abort on each orb (though it 2003-03-07 20:18:57 +00:00
ir Remove protoype for irframe_frame_available(), it's never implemented 2003-01-03 09:46:41 +00:00
isa No reason to malloc channel_queue, put it in the softc instead. Clean up 2003-03-22 19:57:14 +00:00
isapnp Don't malloc the channel_queue, put it in the softc. Print modes too. 2003-03-22 20:05:20 +00:00
marvell Add GT_PCI{0,1}_{IO,MEM}{SIZE,START} options 2003-03-27 07:21:30 +00:00
mca Remove assigned-to but not used variable (including nice little switch 2003-02-23 04:14:16 +00:00
microcode Roll to latest f/w. Supposed to correct some nasty f/w bugs. 2003-02-09 20:39:13 +00:00
mii Before checking the (Intel specific) SCR_T4 register, make 2003-03-27 19:36:49 +00:00
mscp Fix wrong argument to free due to malloc_type changes. While there, 2003-02-04 13:20:45 +00:00
mvme Add inclusion of <sys/lock.h> to allow compilation of usage of 2003-03-07 12:40:12 +00:00
news
ofisa Don't malloc channel_queue, put it in the softc. 2003-03-22 20:01:05 +00:00
ofw Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:01:57 +00:00
pci Add an option to disable fast back-to-back transfers since this 2003-03-31 21:04:40 +00:00
pckbc Add not sign, currency and cent keys to the spanish keymap. 2003-03-14 15:45:53 +00:00
pcmcia Don't free chqueue since it's no longer malloc'ed. 2003-03-30 02:06:29 +00:00
podulebus Regen. 2003-01-26 19:35:52 +00:00
qbus Driver for RX01/02 floppies, written by Jochen Kunz. 2003-03-23 11:01:16 +00:00
raidframe Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
rasops
rcons
sbus Back out rev. 1.26; I forgot about the Javastations.. 2003-02-27 13:33:23 +00:00
scsipi use PRId64 to printf bp->b_blkno, which is of type daddr_t 2003-03-20 05:49:21 +00:00
smbus Register definitions for the ST M41T81 serial-access RTC. 2002-11-12 01:01:37 +00:00
std guarantee, not guarentee. Idea from miod@openbsd. 2003-02-02 10:24:38 +00:00
sun fix kernel build error, such a configs w/o kbd, ms. 2003-01-24 16:54:34 +00:00
sysmon Nothing cares about NSYSMON anymore; delete it. 2002-12-31 22:47:48 +00:00
tc Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
usb Use MaxPacketSize for setting up isochronous pipe for recording. 2003-03-30 04:47:13 +00:00
vme interrupt with two rs. 2003-01-06 13:04:54 +00:00
wscons Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
wsfont undo constification of 'data' for wsdisplay font - unfortunately we need 2003-02-10 14:28:19 +00:00
xmi Oops, missed a printf that should be an aprint_normal. 2003-01-01 00:12:06 +00:00
DEVNAMES Add rfc/rf. 2003-03-23 11:03:04 +00:00
Makefile Add dmover to the list of SUBDIRs. 2003-01-13 19:49:59 +00:00
auconv.c
auconv.h
audio.c sprinkle const qualifiers to const stuff 2003-03-31 18:47:58 +00:00
audio_if.h sprinkle const qualifiers to const stuff 2003-03-31 18:47:58 +00:00
audiovar.h
aurateconv.c
ccd.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
ccdvar.h
cgd.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
cgd_crypto.c Removed some debugging printfs that made it into the tree. 2003-03-31 08:45:08 +00:00
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h Add multiple inclusion protection. 2003-01-06 21:02:18 +00:00
clockctl.c Fix clockctlattach to take an (ignored) int as its parameter, which is 2003-02-10 23:20:15 +00:00
cninit.c
cons.c Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
cons.h Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console 2003-03-06 00:38:26 +00:00
dksubr.c Memset disklabel area to zero before beginning when constructing default 2002-12-17 01:55:44 +00:00
dkvar.h
kttcp.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
kttcpio.h
ld.c If the upper-layer provides a geometry, use it. 2003-01-27 02:43:30 +00:00
ldvar.h
md.c Add /* MEMORY_DISK_SERVER */ comments to the #endifs to match the #ifdefs. 2002-12-11 16:24:38 +00:00
md.h
md_root.c Allow a memory disk image to be statically included in the kernel 2003-03-07 01:26:12 +00:00
midi.c Use aprint_*(). 2003-01-31 02:15:57 +00:00
midi_if.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
radio.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
radio_if.h
radiovar.h
rnd.c Replace machine/rnd.h with more appropriate name to share it 2003-02-05 13:57:50 +00:00
rndpool.c Fix signed/unsigned comparison warnings. 2002-11-10 03:28:59 +00:00
sequencer.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
sequencervar.h
verified_exec.c
vnd.c read-only configuration support. 2003-03-27 15:34:36 +00:00
vndvar.h read-only configuration support. 2003-03-27 15:34:36 +00:00