summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Show the port/mem/irq of pci devices too.peter2000-01-081-3/+37
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-081-54/+47
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-2/+0
* Add the vendor/device IDs for the LinkSys USB100TX.wpaul2000-01-085-2/+25
* Be a bit more discriminating when trying to decide when to screen outwpaul2000-01-082-7/+21
* Turn on parity error reporting before configuring external sram. Thisgibbs2000-01-081-14/+21
* Leave the SOFS value (number of StartOfFrames to wait while fillingwpaul2000-01-081-0/+6
* Really enable external SCB ram on Ultra2 capable controllers.gibbs2000-01-081-3/+9
* Update copyrights to Y2K.gibbs2000-01-076-189/+311
* Add detection logic for the U160 family of adaptec controllers. Thesegibbs2000-01-071-148/+314
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-076-2/+119
* Grrrr, this time it should be right, I need sleep - badly...sos2000-01-071-2/+2
* This is not my lucky day :(sos2000-01-071-1/+1
* Guard against transfers of zero length given to *strategy.sos2000-01-073-2/+16
* Set PIO mode in all cases.sos2000-01-071-1/+7
* New ATAPI burner utility API, replaces the wormio API.sos2000-01-063-137/+103
* Cleanups: remove stale comments left over from when I cloned the ADMtekwpaul2000-01-062-17/+1
* Checkpoint of today's changes. We now get to the point where the pccardimp2000-01-067-137/+121
* Merge most of FDC_YE into the mainline driver.imp2000-01-062-75/+31
* allow mixer-only devices - ie, devices with no play/rec channelscg2000-01-061-15/+25
* Update copyright date for Y2K (did the other files but forgot this one).wpaul2000-01-051-1/+5
* Don't tsleep with PCATCH, it's a wonderful way to hang the system.grog2000-01-051-5/+6
* Add missing header file.grog2000-01-051-0/+1
* don't panic if channel init fails, report and fail gracefullycg2000-01-052-3/+10
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is thewpaul2000-01-055-15/+23
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedwpaul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourwpaul2000-01-051-1/+59
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-051-2/+0
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-051-83/+134
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-19/+10
* When attaching a plex to a volume with 'up' subdisks, make the plexesgrog2000-01-051-10/+12
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-16/+16
* Correct printf format for pointers to avoid compilation warnings ongrog2000-01-051-11/+23
* Modify the manner in which we lock RAID-5 plexes. This appears togrog2000-01-053-7/+15
* Change the name of the define 'SPACETAB' (originally 'isspace') togrog2000-01-051-4/+19
* Include basename() function even if the system isn't i386.grog2000-01-051-7/+11
* Add the keywords 'mv' and 'move'.grog2000-01-051-0/+3
* Add function moveobject, which currently moves subdisks to differentgrog2000-01-051-0/+44
* Add VINUM_MOVE ioctl.grog2000-01-051-43/+45
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-8/+6
* Add declaration for give_sd_to_drive, needed for the 'move' command.grog2000-01-051-1/+2
* Set P_SYSTEM in the daemon proc structure to alleviate delays ongrog2000-01-051-7/+8
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+18
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-057-9/+2025
* argh, forgot the bus_dma_tag_creates.cg2000-01-055-4/+8
* set up the pci regs properly for busmastering. this makes the card work oncg2000-01-051-0/+3
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-054-8/+14
* oop, use PRINTF not printf in MI codemjacob2000-01-041-1/+1
* - Fixed warnings.nyan2000-01-041-132/+132
OpenPOWER on IntegriCloud