summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* This file doesn't need opt_bus.h.jhb2002-10-141-2/+0
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-132-0/+4352
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedjake2002-10-131-1/+1
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Know that a 10160 is the same as a 12160.mjacob2002-10-121-0/+2
* s/modunload/kldunloadimp2002-10-111-1/+1
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-112-2/+4
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-113-4/+27
* Fix the code so that it no longer on alpha refers to the now nonexistentmjacob2002-10-111-17/+1
* add some devices from NetBSDimp2002-10-111-1/+9
* Some renamings from pccarddevsimp2002-10-111-4/+6
* sync to 1.36 of pccarddevsimp2002-10-111-20/+52
* Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:imp2002-10-111-10/+24
* Add Planex GWNS11Himp2002-10-111-0/+1
* sync to 1.35 of pccarddevsimp2002-10-111-1/+10
* Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).imp2002-10-111-0/+5
* o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, thenimp2002-10-111-12/+14
* Get the most recent 2300 f/w that's on the QLogic intranet- fixes lotsmjacob2002-10-101-5683/+5802
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* Fix build on alpha. It used to case an int to a pointer in order to dopeter2002-10-091-1/+2
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Make kldunload cbb work:imp2002-10-081-22/+17
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+739
* Regen after usbdevs rev. 1.102.kan2002-10-082-0/+30
* Add entries for:kan2002-10-081-0/+6
* MFp4:imp2002-10-072-46/+76
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
* Merge changes from NetBSD through version 1.17 of this file. Theseimp2002-10-071-14/+54
* o Add routines to return the location and pnpinfo for this card.imp2002-10-071-46/+83
* Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkersimp2002-10-071-1/+1
* Add extra set of parens around the barbit macro to make it clear whatimp2002-10-071-1/+1
* Track openbsd changes that don't affect us yet (PK supoprt issam2002-10-073-28/+258
* MFp4:imp2002-10-071-2/+1
* Better comment for the product ID thing.imp2002-10-071-2/+5
* Update comments to remind me about power bugs in oldcard.imp2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.imp2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromimp2002-10-072-15/+106
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2002-10-061-0/+1
* Make this work under GEOM.mdodd2002-10-063-184/+43
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-052-1/+8
* Get Vinum up and running with GEOM:rwatson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'trwatson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesrwatson2002-10-051-1/+4
OpenPOWER on IntegriCloud