summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
Commit message (Collapse)AuthorAgeFilesLines
* - Move driver to newbus.mdodd2003-03-291-0/+1
| | | | | | - Provide identify methods for EtherExpress and 3c507 cards; this means these cards no longer need wired configs. - Provide a detach method.
* Nuke HTT from here too.ps2003-03-261-3/+0
| | | | Spotted by: jhb
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-251-0/+3
| | | | | | APIC_IO options. Requested by: John Cagle <john.cagle@hp.com>
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
| | | | Submitted by: bde
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed memory leak in the "nodevice" option implementation. Use these instead of sed(1) in MD NOTES. Use a single makefile (sys/conf/makeLINT.mk) to generate LINT for all architectures. (Previous versions missed the LINT dependency on Makefile, and i386 version also missed the dependency on ${NOTES}.) Fixed bugs in the previous NOTES conversion using the "nodevice" token and sed(1): - i386 LINT lost "device pst". - pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD options, and got needless DPT_* options. - Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV to sparc64 LINT so that it has a chance to config(8). This basically returns us to where we were before.
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-251-2/+3
| | | | | | | Where needed. Use 'sed' for now in place of "nooptions". Add a sparc64 MD NOTES. Reviewed by: arch@
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
|
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
|
* - Remove a redundant scheduler option.jeff2003-01-261-1/+0
| | | | | Pointy hat to: jeff Spotted by: dillon
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+2
| | | | | of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
* wi now needs wlansam2003-01-161-0/+1
| | | | Reviewed by: imp
* Add the if_bge driver. I can't find any reason why it's not here, and it'sscottl2002-12-281-0/+1
| | | | pretty common on Dell servers and other high-end boxes.
* Add the trm(4) driver.cognet2002-12-161-0/+1
| | | | MFC after: 1 day
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-051-0/+12
| | | | | | | | | GENERIC. Each device can be re-enabled at startup time by unsetting the disabled hint in the loader. Requested by: mdodd Approved by: re Prodded by: rwatson
* No need for pmtimer hint anymore.jhb2002-10-221-1/+0
|
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
| | | | | | | | | | | | | ACL configuration changes, this shouldn't result in different code paths for file systems not explicitly configured for ACLs by the system administrator. For UFS1, administrators must still recompile their kernel to add support for extended attributes; for UFS2, it's sufficient to enable ACLs using tunefs or at mount-time (tunefs preferred for reliability reasons). UFS2, for a variety of reasons, including performance and reliability, is the preferred file system for use with ACLs. Approved by: re
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
|
* Remove NO_GEOM option. No outstanding show-stoppers.phk2002-10-121-2/+0
| | | | Sponsored by: DARPA & NAI Labs.
* Remove 'at' hints for npx and apm as both drivers have identify routinesjhb2002-10-091-4/+0
| | | | | | | that add an instance of themselves. The npx(4) driver doesn't even check the npx 'port' hint but hardcodes IO_NPX instead. The npx(4) driver also will use isa IRQ 13 (on x86, 8 on pc98) by default if no 'irq' hint is specified, so we don't need that hint either.
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: But it will enable it in all kernels not having options "NO_GEOM" Put the GEOM related options into the intended order. Add "options NO_GEOM" to all kernel configs apart from NOTES. In some order of controlled fashion, the NO_GEOM options will be removed, architecture by architecture in the coming days. There are currently three known issues which may force people to need the NO_GEOM option: boot0cfg/fdisk: Tries to update the MBR while it is being used to control slices. GEOM does not allow this as a direct operation. SCSI floppy drives: Appearantly the scsi-da driver return "EBUSY" if no media is inserted. This is wrong, it should return ENXIO. PC98: It is unclear if GEOM correctly recognizes all variants of PC98 disklabels. (Help Wanted! I have neither docs nor HW) These issues are all being worked. Sponsored by: DARPA & NAI Labs.
* Add the pst (Promise SX6000) driver to GENERIC.sos2002-09-271-0/+1
|
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-111-1/+1
| | | | tabs not spaces.
* Use "options " rather than "options<tab>".kuriyama2002-09-091-2/+2
|
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-051-1/+1
| | | | | | | lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) was moved out of the install kernel so that the module would be used. This however causes bad installs if one has an AMD PCnet/FAST NIC.
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-311-1/+5
| | | | handling of bug reports.
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
|
* pccbb->cbbimp2002-08-151-1/+1
|
* 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-071-1/+1
| | | | | | 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-041-1/+0
|
* Fix the link to the Handbookblackend2002-08-011-1/+1
|
* de-count pcipeter2002-07-231-1/+1
|
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
|
* 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-161-0/+116
| | | | | | the awk version to a central place for maintenance. Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* makeLINT.send has been moved to sys/conf so we can build LINT on otherjhb2002-07-151-2/+2
| | | | architectures besides i386.
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-0/+1
| | | | | 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-081-1/+1
| | | | | | 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-301-1/+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
* 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
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
| | | | Reviewed by: phk
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-021-2/+2
| | | | Smaller script, smaller (though equivalent) output.
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-021-2/+2
|
OpenPOWER on IntegriCloud