summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID rather than rcsid[].obrien2003-04-0342-259/+130
* Remove useless initialization.mux2003-04-031-1/+0
* Add support for the HP Smart Array 6400 EMps2003-04-031-3/+4
* Remove all references to BIO_SETATTR. We will not be using it.phk2003-04-031-1/+0
* Fix fxp(4), this changed shouldn't have crept in.mux2003-04-031-2/+2
* <sys/disk.h> -> <geom/geom_disk.h>des2003-04-031-1/+1
* Remove all the bogus volatile qualifiers from the structs definitionsmux2003-04-032-148/+146
* Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232phk2003-04-031-0/+13
* Don't use dkmakeminor(), create our own minor encoding instead.phk2003-04-031-3/+2
* Convert the fxp(4) driver to the busdma API.mux2003-04-023-230/+453
* Instead of not grapping a request binfinish(ENOMEM) it if malloc fails.sos2003-04-021-1/+2
* Add a crutch so that direct-mapped DMA works on alpha. This is a stepgallatin2003-04-011-0/+4
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-0129-47/+40
* Don't include <sys/disk.h>.phk2003-04-011-2/+0
* Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.phk2003-04-011-0/+1
* Fix KASSERT syntax error.phk2003-04-011-1/+1
* Fix KASSERT syntax errors.phk2003-04-011-2/+2
* Add missing ()'s so that these drivers all compile again.jhb2003-03-313-3/+3
* Match "serial" as well as "se".jake2003-03-311-1/+2
* Clean up locking and resource management for pci/if_*njl2003-03-315-210/+178
* Add the ability to send 64-bit scatter/gather elements to aac cards. Thisscottl2003-03-301-39/+78
* Fix ATA_DEBUG case breakage.sos2003-03-301-1/+1
* Revert 1.21; this was local code that should not have beenmdodd2003-03-301-5/+5
* - Temporary fix so this compiles with 64 bit bus_addr_t.jake2003-03-301-1/+2
* - Free interrupt handler in ep_free().mdodd2003-03-296-18/+32
* remove a blank line.phk2003-03-291-1/+0
* Checksum the configuration EEPROM.mdodd2003-03-291-0/+43
* - Return error status instead of value in get_e().mdodd2003-03-294-32/+71
* Switch vr_encap over to using m_defrag instead of its own versionsilby2003-03-291-14/+2
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-291-35/+30
* - Deal with netisr changes.mdodd2003-03-291-5/+5
* - Declare ex_devclass in if_ex.cmdodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-294-15/+22
* Reformat for readability.mdodd2003-03-291-96/+98
* Remove useless code.mdodd2003-03-291-6/+0
* Don't compile the identify method yet.mdodd2003-03-291-0/+4
* Register dependency on the elink module.mdodd2003-03-291-0/+3
* Second round of updates to the ATA driver.sos2003-03-2911-537/+614
* - Move driver to newbus.mdodd2003-03-294-531/+1115
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsmdodd2003-03-291-0/+2
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.mdodd2003-03-291-6/+6
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-2916-308/+451
* - Track resources in our softc.mdodd2003-03-295-127/+278
* Text formatting changes.mdodd2003-03-292-65/+68
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* pccarddevs_data.h no longer generatedimp2003-03-281-3/+2
* MFp4:imp2003-03-281-53/+5
* - Clean up function calling conventions.mdodd2003-03-284-439/+525
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
OpenPOWER on IntegriCloud