summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-112-6/+33
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-115-12/+12
* - channel.hnetchild2005-09-104-231/+350
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* - fake.cnetchild2005-09-104-37/+233
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-102-24/+84
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* MFp4:imp2005-09-102-5/+6
* Minor improvement for the suspend case for Ricoh based (and others)imp2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toimp2005-09-081-0/+4
* Fix a typo that broke LINT.scottl2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent akensmith2005-09-081-2/+2
* Import new version of the HPTMV driver from Highpoint. The major changescottl2005-09-0720-3313/+5271
* Sorting the belly button lint of history:imp2005-09-071-7/+15
* In set_mouse_pos(), try to avoid division by zero errors.rodrigc2005-09-071-1/+2
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-073-1796/+1793
* Consistancy is the hobgoblin of small minds:imp2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingimp2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.imp2005-09-072-5/+3
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inimp2005-09-071-2/+1
* move away from K&R function definitionsimp2005-09-061-10/+3
* Work around a bug I've seen on Linksys EC2T cards. For some reason,imp2005-09-061-2/+25
* Go ahead and | in ED_CR_PAGE_0, even though this doesn't change thingsimp2005-09-061-5/+8
* It turns out that many of the ambicom cards have their CIS resourcesimp2005-09-062-8/+27
* In sc_set_text_mode(), reset fontwidth if it is <= 0.rodrigc2005-09-061-0/+2
* Fix problem with finding the still working disk in a broken mirror on VIA.sos2005-09-062-1/+4
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkpjd2005-09-041-5/+10
* More consistantly return the correct BAR size. Before, we'd onlyimp2005-09-031-6/+8
* MFp4: kill bogus commentimp2005-09-021-5/+0
* At some point in the past, we read the PROM by words. Now we readimp2005-09-011-6/+2
* Typo in comment.jhb2005-09-011-1/+1
* Treat resources that are 0xfffff.... as being 'unassigned'.imp2005-09-011-1/+6
* - Add md_mtx lock to protect ID number and list of devices.pjd2005-08-311-25/+37
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Update for a few recently discovered Olicom token ring cards:imp2005-08-311-1/+3
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-305-14/+17
* Add back dropped if_media.h includeimp2005-08-301-0/+1
* Correct previous commit.scottl2005-08-291-3/+0
* Better commentimp2005-08-291-1/+4
* In ata_mode2str() properly list -1 as UNSUPPORTED.sos2005-08-291-0/+1
* Fix another instance of old info re: miibusimp2005-08-291-1/+1
* Eliminate bogus seatbelt in wi_cmd. This may have been appropriateimp2005-08-291-5/+0
* Fix support for the VIA 6421 controller.sos2005-08-292-3/+30
* Global Village appears to be using 0x018c as its vendor ID, but thisimp2005-08-291-1/+6
* Simplify names.imp2005-08-291-6/+6
* Finish conversion to bus space and make ed MP safe.imp2005-08-2811-236/+285
* - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.marius2005-08-281-8/+23
* Re-enable sampling on the AMD64.jkoshy2005-08-271-5/+0
OpenPOWER on IntegriCloud