aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Clear relevant variables when the keyboard is not available.Kazutaka YOKOTA1999-07-181-8/+18
* - Move the `return' statement the correct place so that the keyboardKazutaka YOKOTA1999-07-182-10/+10
* Fix 2nd arg to udev2dev() call in ccd.cPoul-Henning Kamp1999-07-171-2/+2
* slight change in the way we hi-jack the wd drivers cdevsw.Poul-Henning Kamp1999-07-171-8/+4
* Make a few other cleanups while I'm in the area. Typo in comment, unusedBill Paul1999-07-142-10/+4
* Revert some changes I had made to try and cut down on the number of TX EOFBill Paul1999-07-141-11/+9
* Bug fixesRoger Hardiman1999-07-122-627/+1296
* Improve Logitech MouseMan+ protocol support.Kazutaka YOKOTA1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:Kazutaka YOKOTA1999-07-121-2/+16
* Add a hook for a bus to detect child devices which didn't find drivers.Doug Rabson1999-07-111-2/+21
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenPeter Wemm1999-07-101-395/+165
* if_sk.c: use pci_port_t instead of u_shortBill Paul1999-07-092-6/+5
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-093-0/+3481
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-074-29/+88
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-0627-185/+185
* Don't clobber the smb cdevsw entry that was installed by the driverPeter Wemm1999-07-061-5/+1
* add in (controlled by option) 2200 Expanded Lun F/WMatt Jacob1999-07-061-4/+3818
* add in a boot environment isp_disable flagMatt Jacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...Matt Jacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongMatt Jacob1999-07-051-2/+2
* add 2200 f/w; fix botched defineMatt Jacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/WMatt Jacob1999-07-051-8/+14
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffersBill Paul1999-07-052-77/+29
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-0412-32/+22
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedBill Paul1999-07-041-2/+19
* Add the semi-official Bulk protocol id 'P'Nick Hibma1999-07-031-1/+6
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-0316-81/+17
* Well, don't try and probe 65535 luns- things just don't really work wellMatt Jacob1999-07-031-1/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,Matt Jacob1999-07-021-325/+235
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factMatt Jacob1999-07-021-423/+76
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriateMatt Jacob1999-07-021-80/+124
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutMatt Jacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.Matt Jacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.Matt Jacob1999-07-021-20/+51
* This file is now obsolete.Matt Jacob1999-07-021-183/+0
* roll firmware for FCMatt Jacob1999-07-021-11258/+11257
* Add keywords 'mirror' and 'stripe' when not in kernel mode.Greg Lehey1999-07-022-0/+4
* Allow to unconditionally up subdisks with the -f option.Greg Lehey1999-07-021-17/+25
* Change the type of the freelist sectors variable to u_int64_t inGreg Lehey1999-07-021-2/+2
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itPeter Wemm1999-07-021-3/+3
* #include <machine/md_var.h> to bring the prototype forPeter Wemm1999-07-011-1/+2
* Tidy up a few warnings when used without splash. (things defined but notPeter Wemm1999-07-011-1/+7
* Fix warnings on the Alpha.Peter Wemm1999-07-011-2/+7
* Fix printf int/long format problems on the Alpha.Peter Wemm1999-07-011-3/+3
* Allocate the port resource when attaching the keyboard controller,Kazutaka YOKOTA1999-06-292-14/+20
* Skip the device if it is disabled, when searching for a serial portKazutaka YOKOTA1999-06-291-0/+5
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),Kazutaka YOKOTA1999-06-291-2/+6
* Lock buffer before calling strategy.Greg Lehey1999-06-292-3/+8
* close_drive:Greg Lehey1999-06-291-6/+5
* Correct type of intializer for (undocumented) cdevsw.d_parms.Greg Lehey1999-06-291-1/+2