| Commit message (Expand) | Author | Age | Files | Lines |
| * | Put in offset definitions for FPM and FBM registers, plus just enough | Matt Jacob | 2001-01-15 | 1 | -0/+17 |
| * | Set default adapter role. | Matt Jacob | 2001-01-15 | 1 | -0/+1 |
| * | Use the isp_lastmbxcmd tag to report timed out mailbox commands. | Matt Jacob | 2001-01-15 | 1 | -2/+3 |
| * | Do more cleanup of the usage of 0..125 for F-port topologies. | Matt Jacob | 2001-01-15 | 1 | -11/+29 |
| * | When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocol | Matt Jacob | 2001-01-15 | 1 | -75/+134 |
| * | Add support for SMC91C100FD chip of MELCO LPC-TX. | Toshihiko ARAI | 2001-01-15 | 2 | -1/+3 |
| * | Use prober atomic operations when test&set'ing ->active. | Søren Schmidt | 2001-01-14 | 1 | -6/+4 |
| * | Remove NOBLOCKRANDOM as a compile-time option. Instead, provide | Mark Murray | 2001-01-14 | 3 | -20/+58 |
| * | struct rangelock: Remove the field 'plex' from the entry. Range locks | Greg Lehey | 2001-01-14 | 2 | -7/+3 |
| * | format_config: If a subdisk loses its drive (due to a bug which has | Greg Lehey | 2001-01-14 | 1 | -12/+25 |
| * | config_plex: Check that we have specified a plex organization. | Greg Lehey | 2001-01-14 | 1 | -3/+6 |
| * | Add 3 new dynamic sysctl's to control the sleep states switched to on a | John Baldwin | 2001-01-13 | 2 | -0/+53 |
| * | Catch up to the name changes in the hwvol API. | John Baldwin | 2001-01-11 | 1 | -4/+4 |
| * | - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make | John Baldwin | 2001-01-11 | 3 | -15/+21 |
| * | Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manually | John Baldwin | 2001-01-11 | 1 | -2/+2 |
| * | lmc_ifup() was not checking the state of the interface. This would | Archie Cobbs | 2001-01-10 | 1 | -3/+8 |
| * | Reinstate 1.19. | Greg Lehey | 2001-01-10 | 1 | -2/+3 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 15 | -61/+54 |
| * | Enable fixed event at not only boot but also wakeup. | Mitsuru IWASAKI | 2001-01-10 | 1 | -13/+33 |
| * | Remove a mismatched splbio() in aac_start (the called functions each protect | Mike Smith | 2001-01-10 | 1 | -2/+1 |
| * | Part of rewrite of RAID-[45] locking code: | Greg Lehey | 2001-01-10 | 1 | -27/+29 |
| * | vinumstart: Don't check for B_DONE on return from bre(), it doesn't | Greg Lehey | 2001-01-10 | 1 | -12/+4 |
| * | bre5: don't bufdone the user bp on error, let vinumstart() do it. | Greg Lehey | 2001-01-10 | 1 | -2/+1 |
| * | Remove obsolete functions [un]lockplex and [un]lockvol. | Greg Lehey | 2001-01-10 | 1 | -137/+62 |
| * | Get definition of Malloc right when not using VINUMDEBUG | Greg Lehey | 2001-01-10 | 1 | -1/+1 |
| * | open_drive: Refuse to open partition c of a disk device. | Greg Lehey | 2001-01-10 | 1 | -5/+9 |
| * | config_plex: Initialize mutex for parity plexes. | Greg Lehey | 2001-01-10 | 1 | -1/+10 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 5 | -5/+5 |
| * | Add a flag value to the board identifiers, and use this to enable the | Jonathan Lemon | 2001-01-09 | 3 | -19/+35 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 21 | -8/+51 |
| * | Make it clear that the macro `inb' is being overridden. | Garrett Wollman | 2001-01-09 | 1 | -0/+1 |
| * | Note new location of if_wavelan_ieee.h. | Garrett Wollman | 2001-01-09 | 1 | -1/+1 |
| * | ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT. | Matt Jacob | 2001-01-09 | 1 | -4/+3 |
| * | Add some SNS "Register FC4 type" subcommand defines. Add some defines | Matt Jacob | 2001-01-09 | 1 | -1/+13 |
| * | Up tsleep && poll time for mailbox commands from 2 to 10 seconds. Print | Matt Jacob | 2001-01-09 | 1 | -5/+9 |
| * | Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also, | Matt Jacob | 2001-01-09 | 1 | -2/+8 |
| * | Add a isp_register_fc4_type function so that we work with McData switches | Matt Jacob | 2001-01-09 | 1 | -38/+107 |
| * | add missing length argument | Matt Jacob | 2001-01-09 | 1 | -1/+1 |
| * | Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa) | Peter Wemm | 2001-01-09 | 1 | -2/+2 |
| * | Index our "DMA safe" sense buffers by SCB rather than hscb. | Justin T. Gibbs | 2001-01-09 | 4 | -4/+28 |
| * | Back out the "close tray on open" feature, its not clear what | Søren Schmidt | 2001-01-08 | 1 | -2/+0 |
| * | make PCI DEFPA fiddi adapters work on alpha: | Andrew Gallatin | 2001-01-08 | 1 | -2/+5 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 7 | -107/+114 |
| * | Completed move of Digiboard drivers to dev/dgb | Sergey Babkin | 2001-01-08 | 2 | -6/+6 |
| * | Add aic to the list of drivers that might work with NEWCARD. I've added | Warner Losh | 2001-01-08 | 1 | -6/+43 |
| * | Add a quirk for drives that do not handle long inquiry data. | Nick Hibma | 2001-01-08 | 1 | -22/+41 |
| * | Add the Synchronize command to umass_atapi_transform. It seems to work | Nick Hibma | 2001-01-07 | 1 | -0/+1 |
| * | Print the correct value in a debugging printf. | Nick Hibma | 2001-01-07 | 1 | -1/+1 |
| * | 1) Return the requestad length - the transferred length as the residue, | Nick Hibma | 2001-01-07 | 1 | -4/+6 |
| * | This is a bandaid for a problem that is not entirely fixed yet. | Peter Wemm | 2001-01-07 | 1 | -1/+5 |