summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sync to 1.173 of usbdevssanpei2004-05-022-2/+9
* Add support SUNTAC U-Cable type A4 (AS144L4)sanpei2004-05-022-0/+3
* Remove the static reservation of the asr major numberscottl2004-05-021-2/+0
* Remove the defAlignLong and getAlignLong macros. I guess that the originalscottl2004-05-021-103/+91
* Remove the bogus printing of the asr control device major number. Alsoscottl2004-05-021-2/+1
* Reduce differences with cy_isa.c: fixed an unsorted include.bde2004-05-011-5/+1
* Reduce differences with cy_pci.c: add a description of this file, andbde2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.bde2004-05-013-15/+16
* New header for exporting declarations of things not closely related tobde2004-05-011-0/+36
* Removed bits related to isa configuration. These have been moved tobde2004-05-011-108/+0
* Remove bits not related to isa configuration. This file was repo-copiedbde2004-05-011-2863/+0
* Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointingscottl2004-05-011-1/+1
* Re-indent some silly sub-blocks in asr_attach().scottl2004-05-011-147/+129
* Remove ASR_get_sc() and reference the softc in the dev_t. For some nefariousscottl2004-05-011-23/+8
* Remove the DOMINO and MODE0 device attachments. They never did anything.scottl2004-05-011-128/+20
* More whitespace style cleanups, also remove unneeded (void *) casts for bzero().scottl2004-05-011-33/+30
* Many more style cleanups. Switch complex macros to being inline functions.scottl2004-05-011-150/+139
* Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomesscottl2004-05-011-367/+227
* Some enhancements and bug fix.ambrisko2004-04-301-49/+76
* Small timer cleanups:wpaul2004-04-301-0/+6
* Do at better job at unit numbering.sos2004-04-301-9/+18
* Remove the sio EBus attachment, which never worked with an unpatchedtmm2004-04-301-114/+0
* Spring cleanup of macrossos2004-04-3011-100/+45
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* Remove code that fiddles with Giant in ndis_ticktask() that snuck inwpaul2004-04-281-4/+0
* Remove the EBus stopgap of r1.248; a proper fix is in place now.tmm2004-04-281-8/+0
* Reduce the time spent looking for devices on channels that returnsos2004-04-271-4/+4
* Sync to 1.172 of usbdevssanpei2004-04-272-2/+18
* Add support DELL BC02 Bluetooth USB Adapter(TrueMobile 300)sanpei2004-04-271-0/+4
* Add the ability to avoid repetition of s.... sequences with a '.'phk2004-04-271-7/+11
* Use pci_get_progif to decide if this is one of the primary/secondarysos2004-04-271-7/+2
* make this compile/work with CISS_DEBUG defined.ps2004-04-261-8/+10
* Fix build breakage.takawata2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPnjl2004-04-261-6/+10
* Fix two typos from PR: 65694imp2004-04-262-2/+2
* Sync to 1.171 of usbdevssanpei2004-04-252-2/+9
* Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)sanpei2004-04-252-0/+2
* Fixed breakage of the formatting operation in rev.1.266. The wrongbde2004-04-251-2/+9
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesmarcel2004-04-251-1/+1
* Plug a mem leak in vinum_scandisk().le2004-04-241-0/+1
* Push down the responsibility for zeroing a physical page from thealc2004-04-242-4/+0
* Try the simplify determining what is ata0 and ata1.sos2004-04-241-17/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Change setup for SiS device to allow PCI native mode.sos2004-04-241-4/+4
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.sobomax2004-04-241-0/+45
* Clean up two printf()s that were on a line by themselves unintendedlytmm2004-04-231-2/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Correct KASSERT()s that check for initialization of mutexes in ndis_detach(),wpaul2004-04-231-2/+6
* Add a stopgap for the EBus breakage on sparc64 since the PCI code doesmarius2004-04-231-0/+8
* Start programming the bus numbers for the pci<->cardbus. When theimp2004-04-231-1/+30
OpenPOWER on IntegriCloud