summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add DV_PAL for PAL users.simokawa2003-01-153-7/+14
* Fix IT DMA underun while bus reset.simokawa2003-01-152-29/+30
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-152-17/+7
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-141-42/+34
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-142-2/+2
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* OK Ok, so I didn't check the NO_GEOM case for the final version...phk2003-01-131-3/+3
* Add Realtek ALC650 id.orion2003-01-131-0/+1
* Add nForce2 device id.orion2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)phk2003-01-131-3/+0
* Minimal fix for DV part.simokawa2003-01-134-32/+84
* Merge big endian and little endian case.simokawa2003-01-131-35/+42
* Add a mutex around the per unit bioqueue.phk2003-01-131-12/+28
* Remove the printf which announces the creation of malloc disks: it isphk2003-01-131-1/+0
* Regenerateobrien2003-01-131-1/+3
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-4/+4
* Add code to make md(4) a GEOM device driver instead of relying inphk2003-01-121-4/+134
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-122-0/+4
* Shift things around a bit in preparation for future evilness.phk2003-01-121-43/+48
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-4/+4
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-111-0/+3
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-111-0/+4
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,shiba2003-01-111-1/+1
* Regen.shiba2003-01-111-3/+10
* RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) haveshiba2003-01-111-1/+4
* correct printf formatsam2003-01-111-1/+1
* Reset the channel in attach if its not the console.jake2003-01-111-0/+7
* Major bugfixes for large memory and fast systems.scottl2003-01-114-67/+90
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-103-3/+3
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-102-0/+15
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Add support for the Davicom DM9009 chipset.trhodes2003-01-092-0/+4
* Dont probe PnP devices.sos2003-01-091-0/+4
* Fix typosos2003-01-091-1/+1
* - Add error messages for bulkxfer.simokawa2003-01-092-4/+7
* Merge from NetBSD and arrange for FreeBSD's slight differences inimp2003-01-092-817/+423
* Add detach, shutdown, suspend and resume methods.tmm2003-01-094-12/+142
* Split this into bus specific front end(s), so that it can be used by ppc.jake2003-01-084-279/+398
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-083-42/+97
* Fix module dependancy name.obrien2003-01-081-1/+1
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-082-10/+25
* Add code that works around the problem that the older Promisesos2003-01-081-11/+31
OpenPOWER on IntegriCloud