summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2003-12-13Add write barriers (a no-op on vax).ad
2003-08-31Add stop routine. Add support for turning the device into promiscous mode.ragge
2003-08-29bus-ify. Make bpf work, but no promiscuous mode yet.ragge
2003-08-29The qt driver must be probed first, so that the qe driver is skippedragge
2003-08-29Make the qt driver work under NetBSD. Still to do:ragge
2003-08-28Keep track of which addresses that are used by devices, so that probingragge
2003-08-28Add qt.ragge
2003-08-28Driver for the DELQA-PLUS card in Turbo mode, from 2.11BSD, written byragge
2003-08-13Improved driver with much better error handling, from Jochen Kunzragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-06A bunch of fixes to make the DHU driver much more efficient,ragge
2003-04-02Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge.he
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-23Driver for RX01/02 floppies, written by Jochen Kunz.ragge
2003-01-17Redo previous in a better way:bouyer
2003-01-15Ragge said this chip should autopad, so just remove the check.bouyer
2003-01-15Zero out the extra space stolen from mbuf to pad packet to ETHER_MIN_LENbouyer
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-29"definitions" has lots of 'i's, but that's not reason to leave one out.wiz
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-26Update for dzattach() change.ad
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-26Include DMF32/DMZ32 files. The actual device drivers will be checked in whenragge
2002-07-22Convert to new device buffer queue interface.hannken
2002-06-14Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise theragge
2002-06-08Detection bug: If a packet is received while in the match() routine the stackragge
2002-06-01SIMPLEQ rototill:lukem
2002-05-22bcmp -> memcmp.wiz
2002-03-23Call rlreset() per controller, not per disk.ragge
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-02-25Move the dz driver to dev/dec, since it can be shared with pmax.ad
2001-12-06#endif ... -> #endif /* ... */msaitoh
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-08-16Trying to get these files out of Attic.ragge