| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -2/+2 |
| * | Send the old if_wl in the old location to the Attic after a repo copy to | Peter Wemm | 2001-01-09 | 3 | -2738/+0 |
| * | Missing FREE(). | Julian Elischer | 2001-01-09 | 1 | -0/+1 |
| * | Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa) | Peter Wemm | 2001-01-09 | 4 | -5/+4 |
| * | Index our "DMA safe" sense buffers by SCB rather than hscb. | Justin T. Gibbs | 2001-01-09 | 4 | -4/+28 |
| * | Unset the devclass if the attach fails and the devclass was not set to | Nick Hibma | 2001-01-08 | 1 | -0/+4 |
| * | If we failed to allocate the file discriptor for the write end of | David Malone | 2001-01-08 | 1 | -0/+8 |
| * | 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 |
| * | Fix a warning. The type of globaldata.gd_prvspace has changed. | Jake Burkholder | 2001-01-08 | 7 | -7/+14 |
| * | Correct typo. | Yoshihiro Takahashi | 2001-01-08 | 2 | -2/+2 |
| * | Don't use SCARG. | Alfred Perlstein | 2001-01-08 | 1 | -2/+1 |
| * | Bad julian.. forgot to destroy mutex before freeing the | Julian Elischer | 2001-01-08 | 1 | -0/+1 |
| * | Put VCS ids in a consistent place and form. | David E. O'Brien | 2001-01-08 | 2 | -6/+4 |
| * | Remove seconds types we don't use that came in thru the NetBSD heiratage. | David E. O'Brien | 2001-01-08 | 4 | -6/+5 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 36 | -1077/+1717 |
| * | Completed move of Digiboard drivers to dev/dgb | Sergey Babkin | 2001-01-08 | 12 | -10311/+8 |
| * | Add aic to the list of drivers that might work with NEWCARD. I've added | Warner Losh | 2001-01-08 | 3 | -7/+45 |
| * | Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge. | Nick Hibma | 2001-01-08 | 1 | -0/+4 |
| * | 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 |
| * | o Commit reems of style(9) changes, whitespace improvements, and comment | Robert Watson | 2001-01-07 | 1 | -61/+60 |
| * | 1) Return the requestad length - the transferred length as the residue, | Nick Hibma | 2001-01-07 | 1 | -4/+6 |
| * | o Zero the ufs_extattr_header length field (not necessary, but not a bad | Robert Watson | 2001-01-07 | 1 | -1/+8 |
| * | o Add an additional EA inconsistency reporting opportunity in | Robert Watson | 2001-01-07 | 1 | -2/+16 |
| * | o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use | Robert Watson | 2001-01-07 | 1 | -1/+1 |
| * | This is a bandaid for a problem that is not entirely fixed yet. | Peter Wemm | 2001-01-07 | 1 | -1/+5 |
| * | Add the 3COM ID's that I could find in the pccarddevs file that seemed | Peter Wemm | 2001-01-07 | 1 | -0/+22 |
| * | o Remove unnecessary sanity check involving requested offset of extended | Robert Watson | 2001-01-07 | 1 | -5/+0 |
| * | This cannot possibly be right: | Peter Wemm | 2001-01-07 | 1 | -2/+2 |
| * | This file follows style(9), so adjust various nits in the last few commits | Warner Losh | 2001-01-07 | 1 | -17/+24 |
| * | For bus_setup_intr, cookiep is a pointer to storage for the parent | Warner Losh | 2001-01-07 | 1 | -1/+1 |
| * | o Correct typos in comment fields. | Robert Watson | 2001-01-07 | 1 | -4/+4 |
| * | Remove cdevsw when unloading the vn module. | Nick Hibma | 2001-01-07 | 1 | -0/+1 |
| * | Try better this time at a patch that properly backspeeds on the Acer chips. | Søren Schmidt | 2001-01-07 | 1 | -2/+2 |
| * | On open try to close the drivetray and wait for drive ready. | Søren Schmidt | 2001-01-07 | 1 | -0/+2 |
| * | o Now that I've had time to test the new interface, reintegrate it back in. | Warner Losh | 2001-01-07 | 8 | -28/+29 |
| * | The ep pccard code had newcard hooks added to it, but it isn't being | Peter Wemm | 2001-01-07 | 1 | -0/+1 |
| * | Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested | Warner Losh | 2001-01-07 | 3 | -13/+18 |
| * | Merged from sys/i386/i386/machdep.c revision 1.426. | KATO Takenori | 2001-01-07 | 2 | -6/+20 |
| * | Common option '-N' do not require an argument. | Boris Popov | 2001-01-07 | 1 | -2/+2 |
| * | We do not, and hopefully never will, use the static pccard device table. | Peter Wemm | 2001-01-07 | 2 | -1274/+1 |
| * | PowerPC atomic operation functions. | Benno Rice | 2001-01-07 | 3 | -56/+544 |
| * | PowerPC assembler #defines. | Benno Rice | 2001-01-07 | 1 | -0/+95 |
| * | It is unlikely that we'll be supporting old-style ZMAGIC linux a.out | Peter Wemm | 2001-01-07 | 1 | -1/+1 |