aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-1522-1250/+2378
* Include #warning about unconditionalizing VM86, which isn't supposed to workMark Newton2000-01-151-0/+1
* Fixed the problem that IPsec connection hangs when bigger data is sent.Yoshinobu Inoue2000-01-157-8/+21
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().Yoshinobu Inoue2000-01-152-2/+2
* Fixed a bug in PCIC polling mode.Tatsumi Hosokawa2000-01-151-6/+17
* Check if module was compiled without SMP support and running onBoris Popov2000-01-152-0/+18
* Add VT_NWFS tag.Boris Popov2000-01-153-9/+1
* Add reference to SES device (it won't be in GENERIC unless folks clamorMatt Jacob2000-01-153-0/+27
* Remove inclusion of dkbad.h- seems like a bug, but I had a staleMatt Jacob2000-01-151-1/+0
* Clear ro->ro_rt just after RTFREE().Yoshinobu Inoue2000-01-151-0/+1
* add options collateral for SES/SAF-TE driverMatt Jacob2000-01-151-0/+3
* add file collateral for SES/SAF-TE driverMatt Jacob2000-01-151-0/+1
* add functional but stub SES/SAF-TE driverMatt Jacob2000-01-152-0/+763
* Remove compile warning not seen when compiling with target mode enabled.Matt Jacob2000-01-152-0/+4
* A processor with the CPUID of 0x?8? is Pentium III.Seigo Tanimura2000-01-152-0/+8
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().Yoshinobu Inoue2000-01-152-4/+4
* wrapped prototype declarations by __P(())Yoshinobu Inoue2000-01-151-6/+8
* Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd2000-01-153-9/+23
* add forward declarations, and small cosmetic changes.Yoshinobu Inoue2000-01-153-4/+15
* comment the string after #endifYoshinobu Inoue2000-01-151-1/+1
* cosmetic change: sort function prototypesYoshinobu Inoue2000-01-151-27/+27
* -K&R fix for some prototype declarationYoshinobu Inoue2000-01-151-4/+4
* Removed PCCARD config file again.Tatsumi Hosokawa2000-01-151-224/+0
* Redo FC target mode dma routine to try and generate an extra CTIOMatt Jacob2000-01-152-214/+464
* clean up for SBus Ultra (yes, we do not do that here yet)Matt Jacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupMatt Jacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenMatt Jacob2000-01-151-16/+11
* cleanupMatt Jacob2000-01-151-82/+117
* include public target mode functionsMatt Jacob2000-01-151-0/+3
* public target mode stuffMatt Jacob2000-01-151-0/+303
* tighten up printoutMatt Jacob2000-01-151-4/+2
* Grrr. Really add the module makefile for the Aironet driver.Bill Paul2000-01-141-0/+12
* Add pccard aic attachment.Warner Losh2000-01-141-0/+1
* Add support to aic for pccard attachments. Reports from testers haveWarner Losh2000-01-143-1/+185
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.Justin T. Gibbs2000-01-142-74/+127
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-1416-2/+3484
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-1412-0/+73
* Apply patches in rev 1.2 and 1.9 that I forgotGuido van Rooij2000-01-141-2/+3
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofBruce Evans2000-01-142-2/+2
* Oops! We need an entry for if_ie still. Change a few nitsMatthew N. Dodd2000-01-141-1/+2
* Fix multicast filter programming.Bill Paul2000-01-141-3/+5
* Make this compile - missing ")";Peter Wemm2000-01-141-1/+1
* Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet toLuoqi Chen2000-01-142-2698/+0
* Synced with sys/i386/isa/isa_compat.h rev 1.24.KATO Takenori2000-01-141-15/+0
* Synced with sys/i386/i386/userconfig.c rev 1.168.KATO Takenori2000-01-141-1/+2
* Synced with sys/i386/conf/GENERIC rev 1.228.KATO Takenori2000-01-142-8/+10
* Synced with options.i386 rev 1.132.KATO Takenori2000-01-141-0/+1
* Protect the i386 machine-dependant type definitions of __int64_tSheldon Hearn2000-01-141-0/+2
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.Peter Wemm2000-01-145-33/+33
* ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu2000-01-143-4/+6