summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Include #warning about unconditionalizing VM86, which isn't supposed to worknewton2000-01-151-0/+1
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-157-8/+21
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().shin2000-01-152-2/+2
* Fixed a bug in PCIC polling mode.hosokawa2000-01-151-6/+17
* Check if module was compiled without SMP support and running onbp2000-01-152-0/+18
* Add VT_NWFS tag.bp2000-01-153-9/+1
* Add reference to SES device (it won't be in GENERIC unless folks clamormjacob2000-01-153-0/+27
* Remove inclusion of dkbad.h- seems like a bug, but I had a stalemjacob2000-01-151-1/+0
* Clear ro->ro_rt just after RTFREE().shin2000-01-151-0/+1
* add options collateral for SES/SAF-TE drivermjacob2000-01-151-0/+3
* add file collateral for SES/SAF-TE drivermjacob2000-01-151-0/+1
* add functional but stub SES/SAF-TE drivermjacob2000-01-152-0/+763
* Remove compile warning not seen when compiling with target mode enabled.mjacob2000-01-152-0/+4
* A processor with the CPUID of 0x?8? is Pentium III.tanimura2000-01-152-0/+8
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().shin2000-01-152-4/+4
* wrapped prototype declarations by __P(())shin2000-01-151-6/+8
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-153-9/+23
* add forward declarations, and small cosmetic changes.shin2000-01-153-4/+15
* comment the string after #endifshin2000-01-151-1/+1
* cosmetic change: sort function prototypesshin2000-01-151-27/+27
* -K&R fix for some prototype declarationshin2000-01-151-4/+4
* Removed PCCARD config file again.hosokawa2000-01-151-224/+0
* Redo FC target mode dma routine to try and generate an extra CTIOmjacob2000-01-152-214/+464
* clean up for SBus Ultra (yes, we do not do that here yet)mjacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupmjacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenmjacob2000-01-151-16/+11
* cleanupmjacob2000-01-151-82/+117
* include public target mode functionsmjacob2000-01-151-0/+3
* public target mode stuffmjacob2000-01-151-0/+303
* tighten up printoutmjacob2000-01-151-4/+2
* Grrr. Really add the module makefile for the Aironet driver.wpaul2000-01-141-0/+12
* Add pccard aic attachment.imp2000-01-141-0/+1
* Add support to aic for pccard attachments. Reports from testers haveimp2000-01-143-1/+185
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.gibbs2000-01-142-74/+127
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-1416-2/+3484
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-1412-0/+73
* Apply patches in rev 1.2 and 1.9 that I forgotguido2000-01-142-4/+6
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-142-2/+2
* Oops! We need an entry for if_ie still. Change a few nitsmdodd2000-01-141-1/+2
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Make this compile - missing ")";peter2000-01-141-1/+1
* Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet toluoqi2000-01-142-2698/+0
* Synced with sys/i386/isa/isa_compat.h rev 1.24.kato2000-01-141-15/+0
* Synced with sys/i386/i386/userconfig.c rev 1.168.kato2000-01-141-1/+2
* Synced with sys/i386/conf/GENERIC rev 1.228.kato2000-01-142-8/+10
* Synced with options.i386 rev 1.132.kato2000-01-141-0/+1
* Protect the i386 machine-dependant type definitions of __int64_tsheldonh2000-01-141-0/+2
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.peter2000-01-145-33/+33
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
OpenPOWER on IntegriCloud