summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Destroy the management device when detaching the driver.scottl2003-01-081-0/+3
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
* Use bus_space_subregion to add offsets to bus handles instead of doingjake2003-01-082-4/+8
* The README refers to a LICENSE file, so add that file too.pdeuskar2003-01-071-0/+29
* - Fix print format for FreeBSD-4simokawa2003-01-071-3/+8
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-072-2/+10
* Put the ASIC revision into the device description string so it appearsjdp2003-01-071-1/+10
* Don't reference the maxlen and flags fields in the ring control blocksjdp2003-01-062-57/+45
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-063-216/+149
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-062-397/+155
* fix memory allocation problems and collateral damage:sam2003-01-062-71/+112
* Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
OpenPOWER on IntegriCloud