summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0339-217/+60
* Improve compatibility with other systems by changing the defaultimp1999-07-0310-10/+100
* Remove bogus argument to LIST_HEAD_INITIALIZERn_hibma1999-07-031-2/+2
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-0310-677/+657
* Only have the pci component compiled if pci is specified at config.peter1999-07-034-16/+8
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-034-348/+4
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-034-14/+16
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* Added copyright.kato1999-07-038-8/+200
* Removed unused files.kato1999-07-032-883/+0
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-032-58/+10
* Sync with sys/i386/i386/machdep.c revision 1.349.kato1999-07-032-188/+268
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-034-22/+42
* Bail after 5 attempts to read very noisy signals.phk1999-07-031-4/+6
* Warn about drivers which take over other drivers cdevsw entries, but stillphk1999-07-031-2/+12
* Sync with sys/i386/conf/majors.i386 revision 1.78.kato1999-07-031-1/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.157.kato1999-07-032-4/+10
* Fixed regression of $Id$ to "from: $Header$" in previous commit.bde1999-07-031-2/+1
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-038-12/+38
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-032-2/+2
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
* Bump maxusers to 32 to match the i386.msmith1999-07-032-6/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-022-650/+470
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factmjacob1999-07-021-427/+80
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriatemjacob1999-07-021-84/+128
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutmjacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.mjacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.mjacob1999-07-021-20/+51
* This file is now obsolete.mjacob1999-07-021-183/+0
* Document the hw.physmem tunable. (There should be arch-specific tunablemsmith1999-07-021-0/+12
* Lightly overhaul the memory sizing code again.msmith1999-07-022-160/+254
* roll firmware for FCmjacob1999-07-021-11258/+11257
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-0214-38/+28
* Add keywords 'mirror' and 'stripe' when not in kernel mode.grog1999-07-022-0/+4
* Allow to unconditionally up subdisks with the -f option.grog1999-07-021-17/+25
* Change the type of the freelist sectors variable to u_int64_t ingrog1999-07-021-2/+2
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-022-80/+70
* Fix last delta which reinitialized nextpaddr to zero each time through themjacob1999-07-021-7/+10
* Sync with GENERIC.. (Gee, this is a useful file..)peter1999-07-021-118/+108
* Zap totally the npx0 memory size override. It only worked if staticallypeter1999-07-022-28/+4
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-0210-36/+36
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsmjacob1999-07-022-4/+10
* Working kernel tags!jkh1999-07-024-11/+20
* 127 fire Firewire driver <ikob@koganei.wide.ad.jp>jkh1999-07-022-2/+4
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-012-2/+4
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
* Unused variable.peter1999-07-011-2/+1
* Pull some prototypes into scopepeter1999-07-012-1/+3
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()peter1999-07-012-2/+12
OpenPOWER on IntegriCloud