summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an architecture that present a thing message passing interface to the OS. You can query as to how many ports and what kind are attached and enable them and so on. A less grand view is that this is just another way to package SCSI (SPI or FC) and FC-IP into a one-driver interface set. This driver support the following hardware: LSI FC909: Single channel, 1Gbps, Fibre Channel (FC-SCSI only) LSI FC929: Dual Channel, 1-2Gbps, Fibre Channel (FC-SCSI only) LSI 53c1020: Single Channel, Ultra4 (320M) (Untested) LSI 53c1030: Dual Channel, Ultra4 (320M) Currently it's in fair shape, but expect a lot of changes over the next few weeks as it stabilizes. Credits: The driver is mostly from some folks from Jeff Roberson's company- I've been slowly migrating it to broader support that I it came to me as. The hardware used in developing support came from: FC909: LSI-Logic, Advansys (now Connetix) FC929: LSI-Logic 53c1030: Antares Microsystems (they make a very fine board!) MFC after: 3 weeks
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
|
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverimp2002-08-072-2/+2
| | | | | | supports. Obtained from: NetBSD
* Add device agp to GENERIC, filter it out of floppy buildsanholt2002-08-041-0/+2
| | | | Approved by: des (mentor)
* Remove commented out PCI_ENABLE_IO_MODES. It is gone now.imp2002-08-042-2/+0
|
* Add the minimalist elan-mmcr device driver.phk2002-08-021-0/+4
| | | | | This driver allows a userland program to mmap the MMCR of the AMD Elan sc520 CPU.
* Fix the link to the Handbookblackend2002-08-011-1/+1
|
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-5/+0
| | | | now a sysctl and is enabled by default).
* de-count pcipeter2002-07-234-4/+4
|
* Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
|
* Add static unit count for 'card'peter2002-07-211-1/+1
|
* Add static unit count for pci here as well.peter2002-07-212-2/+2
|
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-212-2/+2
|
* The following devices do not take a static unit 'count' argument:peter2002-07-211-1/+1
| | | | ar, fe, lnc, sr, wl, fpa, bktr, sbni
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-8/+8
| | | | Inspired by: bde
* Retire the perl gethints.conf in favour of an awk version. Movemarkm2002-07-162-100/+116
| | | | | | the awk version to a central place for maintenance. Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Add a new VM options section. Move KSTACK_PAGES there from the MI NOTESjhb2002-07-151-3/+25
| | | | | file and better document it. Add better documentation for the DISABLE_PSE option. Add the missing DISABLE_PG_G option and document it.
* The EISA_SLOTS option appears to be i386-only.jhb2002-07-151-0/+8
|
* COMPAT_OLDISA is only used on i386.jhb2002-07-151-0/+1
|
* makeLINT.send has been moved to sys/conf so we can build LINT on otherjhb2002-07-152-9/+2
| | | | architectures besides i386.
* Move ACPI device and options from MI NOTES to the i386 MD NOTES file.jhb2002-07-151-0/+15
|
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.alfred2002-07-131-3/+0
| | | | | | | Add COMPAT_FREEBSD4 to GENERIC for arches that existed in FreeBSD 4's time, not just i386. (alpha and pc98) Requested by: bde
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-122-0/+4
| | | | | syscalls for FreeBSD 4 compatibility. Add kernel option COMPAT_FREEBSD4 to enable these syscalls.
* Comment out apm; ACPI is the modern replacement, and folks who reallymarkm2002-07-083-3/+3
| | | | | | need it can uncomment it. This may buy us some kernel space. Discussed with: imp & msmith (quite a while ago)
* Make NEWCARD the default pccard/cardbus system.imp2002-07-071-2/+5
|
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-302-2/+0
| | | | | | | | | and function) with existing configuration choices. Arguably if ALT_BREAK_TO_DEBUGGER was present, so should have been BREAK_TO_DEBUGGER. Regardless, it broke the option sort order in these kernel configuration files. Requested by: bde
* OLDCARD version of GENERIC.imp2002-06-221-0/+243
|
* Use rm -f in the clean target, as seems to be common practice, and also avoidsjmallett2002-06-221-1/+1
| | | | | | errors if no LINT exists. Submitted by: dwcjr
* Hook up the ahd driver.gibbs2002-06-061-0/+1
|
* Do not refer to the Intel PRO/1000 by its internal name.obrien2002-05-291-1/+1
| | | | Requested by: pdeuskar
* Restore us back to the rev 1.324 level of having an Intel gigE driver.obrien2002-05-221-0/+1
|
* Permit alternative break sequence to break to debugger in GENERIC. Breakagerwatson2002-05-211-0/+1
| | | | | | | of serial break on -CURRENT seems rampant for some reason, and I like being able to get into ddb. Reviewed by: peter
* s/sysctl -w/sysctl/jedgar2002-05-061-1/+1
|
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
| | | | Reviewed by: phk
* Retire makeLINT.plpeter2002-05-021-23/+0
|
* Revert rev 1.1018. rp(4) and dgb(4) are deemed MI, while the rest of theobrien2002-05-021-37/+0
| | | | | drivers for simular hardware are i386-specific. That is why I did not find the information here.
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-022-2/+9
| | | | Smaller script, smaller (though equivalent) output.
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-022-2/+21
|
* Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.obrien2002-05-011-0/+37
|
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-271-0/+1
| | | | | | | | | | | | | | | ever connect a SCSI Cdrom/Tape/Jukebox/Scanner/Printer/kitty-litter-scooper to your high-end RAID controller. The interface to the arrays is still via the block interface; this merely provides a way to circumvent the RAID functionality and access the SCSI buses directly. Note that for somewhat obvious reasons, hard drives are not exposed to the da driver through this interface, though you can still talk to them via the pass driver. Be the first on your block to low-level format unsuspecting drives that are part of an array! To enable this, add the 'aacp' device to your kernel config. MFC after: 3 days
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-181-1/+1
| | | | | comment in GENERIC config files of appropriate platforms. For whatever reason, powerpc didn't use WITNESS in GENERIC.
* Round 2 of munging the MI/MD split in NOTES. Put almost all the devicejhb2002-04-091-383/+6
| | | | | | | | | | | | drivers with MI portions into the MI notes. Device drivers such as busses like the isa, eisa, and pci devices are now in the MD NOTES section even though they have some MI code. This will ensure that only the proper bits of device drivers will be included due to the optional bits dependent on the busses in sys/conf/files. This commit also takes the stance that since hints are ignored in NOTES anyways, it is ok to include hints for a bus that may not be present. Advice from: bde
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-092-4/+0
|
* First round at trying to split up NOTES into MI and MD portions.jhb2002-04-032-1779/+5
| | | | | | | | | | | | Unfortunately, this level doesn't really provide enough granularity. We probably need several MI NOTES type files for things that are shared by several architectures but not by all. For example, the PCI options could live in a NOTES.pci. This also updates the Makefile for i386 to generate LINT. The only changes in the generated LINT are the order of various options. Suggestions for improvement welcome.
* Dike out a highly insecure UCONSOLE option.ru2002-04-033-6/+0
| | | | | | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed. Obtained from: OpenBSD
* Remove references to KTR_EXTEND.jhb2002-04-011-6/+3
| | | | Pointy-hat to: jake
* A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-311-1/+0
| | | | take them out with tacticals.
* Uncomment GEOM in LINTphk2002-03-261-1/+1
|
* Forgot viapm in the NOTES. Fixed.nsouch2002-03-231-0/+2
|
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+5
| | | | | | | | - VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
OpenPOWER on IntegriCloud