summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-12/+15
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-2510-468/+650
* (corrections for type change in softc)mjacob1999-06-241-3/+3
* Bruce pointed out I was being silly with volatile.mjacob1999-06-241-5/+5
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-242-2/+21
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-241-5/+7
* set_drive_state:grog1999-06-241-0/+3
* build_request_buffer:grog1999-06-241-5/+13
* Split close_drive into two parts to ensure correct locking against thegrog1999-06-241-21/+30
* Implement daemonrq_closedrive function to close a drive.grog1999-06-242-1/+7
* free_drive:grog1999-06-241-2/+2
* Clarify some comments.grog1999-06-241-20/+26
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-245-0/+1307
* Backout last change. strerror doesn't exist in the kernel.grog1999-06-231-4/+2
* Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc''obrien1999-06-222-0/+4
* Fix conflicts.obrien1999-06-224-240/+428
* This commit was generated by cvs2svn to compensate for changes in r48114,obrien1999-06-221-114/+514
|\
| * Virgin import of Xircom PCCARD driver v1.20 (1999/06/13):obrien1999-06-222-233/+726
* | Virgin import of Xircom PCCARD driver v1.20 (1999/06/13):obrien1999-06-221-114/+514
* | The second phase of syscons reorganization.yokota1999-06-2228-2846/+9585
* | Handle suspend/resume methodspeter1999-06-221-1/+3
* | Add some comments about the VINUMMINOR macro, which is not for humangrog1999-06-221-1/+6
* | bre: Don't loop if we try to access an invalid plex type. This isgrog1999-06-221-0/+1
* | Be more intelligent about attaching subdisks to plexes.grog1999-06-221-5/+13
* | Print more legible error message if a drive open fails.grog1999-06-221-2/+4
* | Modify to work with phk's latest mods to cdevsw. This is a temporarygrog1999-06-221-5/+4
* | Only print the device name once, during attach (device_quiet)n_hibma1999-06-211-0/+2
* | 1) Do not include usbdivar.h and access the interface descriptor throughn_hibma1999-06-201-88/+39
* | Use the proper interfaces to find if a device is enabled, don't dig intopeter1999-06-201-3/+2
* | sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-191-2/+4
* | Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-192-4/+15
* | Add Id stringsgpalmer1999-06-171-0/+2
* | Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-171-1/+1
* | Remove option USBVERBOSEn_hibma1999-06-161-2/+2
* | Print verbose messages when there is error.yokota1999-06-161-2/+21
* | COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-151-2/+2
* | 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
* | 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* | Shorten the strings a bit (remove 'Host')n_hibma1999-06-132-15/+16
* | Removed checking for unit>NBKTR.roger1999-06-131-17/+2
* | Updated to use the new 4.x newbus APIroger1999-06-122-219/+296
* | Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-061-27/+9
* | Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
* | Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-042-6/+10
* | Fix the cdevsw_add change made by PHK.roger1999-06-041-5/+5
* | Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* | GC unused prototypepeter1999-06-031-2/+1
* | Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* | Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* | Unifdef VM86jlemon1999-06-012-9/+7
OpenPOWER on IntegriCloud