summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2006-03-29Use device_private().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-25Use device_parent().thorpej
2006-02-27Use device_is_a().thorpej
2005-12-11make this compile again (from Johnny Billquist)christos
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26s/locdesc_t/int/gdrochner
2005-06-27Fixes due to cast-qual addition.ragge
2005-02-26White space nits.simonb
2005-02-04de-__Pperry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2004-12-14use the generated macros in locators.h rather than hard-coded numberschs
2004-10-31Include the <sys/bufq.h> header to allow these to compile again.he
2004-10-30- qtinit(): Don't skip initialization if we're already marked RUNNING.thorpej
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-06Fix some typos in comments and panic()s.wiz
2004-09-25Add support for wedges to the RL01/RL02 disk driver.thorpej
2004-09-08use interface attribute / locator passing versionsdrochner
2004-05-12Remove UCB ad clause in Hugh Graham's license.wiz
2004-04-25Constify the speedtab arraysmatt
2004-03-22Move my copyright notice to the 3-clause UCB licence.bjh21
2004-02-24occured -> occurred. From Peter Postma.wiz
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