summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* struct rangelock: Remove the field 'plex' from the entry. Range locksgrog2001-01-142-7/+3
* format_config: If a subdisk loses its drive (due to a bug which hasgrog2001-01-141-12/+25
* config_plex: Check that we have specified a plex organization.grog2001-01-141-3/+6
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-132-0/+53
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-113-15/+21
* Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manuallyjhb2001-01-111-2/+2
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
* Reinstate 1.19.grog2001-01-101-2/+3
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-1015-61/+54
* Enable fixed event at not only boot but also wakeup.iwasaki2001-01-101-13/+33
* Remove a mismatched splbio() in aac_start (the called functions each protectmsmith2001-01-101-2/+1
* Part of rewrite of RAID-[45] locking code:grog2001-01-101-27/+29
* vinumstart: Don't check for B_DONE on return from bre(), it doesn'tgrog2001-01-101-12/+4
* bre5: don't bufdone the user bp on error, let vinumstart() do it.grog2001-01-101-2/+1
* Remove obsolete functions [un]lockplex and [un]lockvol.grog2001-01-101-139/+64
* Get definition of Malloc right when not using VINUMDEBUGgrog2001-01-101-1/+1
* open_drive: Refuse to open partition c of a disk device.grog2001-01-101-5/+9
* config_plex: Initialize mutex for parity plexes.grog2001-01-101-1/+10
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-105-5/+5
* Add a flag value to the board identifiers, and use this to enable thejlemon2001-01-093-22/+38
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-0921-8/+51
* Make it clear that the macro `inb' is being overridden.wollman2001-01-091-0/+1
* Note new location of if_wavelan_ieee.h.wollman2001-01-091-1/+1
* ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.mjacob2001-01-091-4/+3
* Add some SNS "Register FC4 type" subcommand defines. Add some definesmjacob2001-01-091-1/+13
* Up tsleep && poll time for mailbox commands from 2 to 10 seconds. Printmjacob2001-01-091-5/+9
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,mjacob2001-01-091-2/+8
* Add a isp_register_fc4_type function so that we work with McData switchesmjacob2001-01-091-39/+108
* add missing length argumentmjacob2001-01-091-1/+1
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)peter2001-01-091-2/+2
* Index our "DMA safe" sense buffers by SCB rather than hscb.gibbs2001-01-094-4/+28
* Back out the "close tray on open" feature, its not clear whatsos2001-01-081-2/+0
* make PCI DEFPA fiddi adapters work on alpha:gallatin2001-01-081-2/+5
* Part 2 of the netgraph rewrite.julian2001-01-087-107/+114
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-082-6/+6
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-6/+43
* Add a quirk for drives that do not handle long inquiry data.n_hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workn_hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.n_hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* This is a bandaid for a problem that is not entirely fixed yet.peter2001-01-071-1/+5
* Add the 3COM ID's that I could find in the pccarddevs file that seemedpeter2001-01-071-0/+22
* This cannot possibly be right:peter2001-01-071-2/+2
* This file follows style(9), so adjust various nits in the last few commitsimp2001-01-071-17/+24
* For bus_setup_intr, cookiep is a pointer to storage for the parentimp2001-01-071-1/+1
* Remove cdevsw when unloading the vn module.n_hibma2001-01-071-0/+1
* Try better this time at a patch that properly backspeeds on the Acer chips.sos2001-01-071-2/+2
* On open try to close the drivetray and wait for drive ready.sos2001-01-071-0/+2
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-076-24/+22
OpenPOWER on IntegriCloud