summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Connect Cronyx Tau-PCI to the system.rik2004-05-171-0/+2
|
* o De-support fdc(4). No ia64 has ever been made with PC floppy andmarcel2004-05-171-3/+0
| | | | | the likelyhood of one ever being made is nil. o While here, de-support sio(4).
* Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files wereimp2004-05-174-4/+4
| | | | | | | | repocopied. Soon there will be additional bus attachments and specialization for isa, acpi and pccard (and maybe pc98's cbus). This was approved by nate, joerg and myself. bde dissented on the new location, but appeared to be OK after some discussion.
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-0/+1
|
* Enable first part of kld's on amd64. This is known to not work rightpeter2004-05-162-0/+10
| | | | | | | yet, but building kld's is OK now and they can be loaded by kldload(2). (but the machine will likely crash soon afterwards, a "minor" problem :-) Brought to you by: my injured knee (from moving)
* Remove libkern/mem*cognet2004-05-141-2/+0
|
* Remove libkern/bzero.S and libkern/memset.S.cognet2004-05-141-2/+0
|
* Define INLINE_LIMIT for arm.cognet2004-05-141-0/+3
|
* Add config magic for arm.cognet2004-05-144-0/+261
|
* MFi386: revision 1.489nyan2004-05-131-6/+6
|
* Expose USBVERBOSE as a first-class option. It will be needed soon asimp2004-05-131-0/+1
| | | | | | an option. Note that this option doesn't follow the normal USB_ or Uxxx_ convention. That's because it is this way in the upstream provider and I didn't want to change that.
* Add a driver for the watchdog timer function present on the LPC interfacedes2004-05-111-0/+1
| | | | | | | bridge in Intel ICH-series chipsets. The original implementation was by W. Daryl Hawkins of Texas A&M, but I have made substantial modifications.
* Change required config(8) version.cognet2004-05-097-7/+7
|
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-082-4/+3
| | | | | | | | | | | | | "options OFW_NEWPCI"). This is a bit overdue, the new sparc64 OFW PCI code which is meant to replace the old one is in place for 10 months and enabled by default in GENERIC for 8 months. FreeBSD 5.2 and 5.2.1 also shipped with the new code enabled by default. - Some minor clean-up, e.g. remove functions that encapsulated the #ifdefs for OFW_NEWPCI, remove unused resp. no longer required includes, etc. Approved by: tmm, no objections on freebsd-sparc64
* Remove unwinder files that are commented-out.marcel2004-05-071-3/+0
|
* Detach i386/isa/elcr.c.nyan2004-05-061-1/+0
|
* MFi386: Add elcr.c.jhb2004-05-051-0/+1
|
* 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly.rik2004-05-051-2/+2
| | | | | | | 2. Note that ct device uses ctau name as driver name (due to name conflict with ct driver) and also mark it as a driver inside the CVS tree. MFC after: 10 days
* Cronyx Tau-PCI's driver name is "cp".rik2004-05-051-1/+1
| | | | MFC after: 10 days
* Fixed some insertion sort errors.bde2004-05-051-9/+9
|
* MFi386 (rev.1.488: demangle svr4 entries).bde2004-05-051-18/+18
|
* Fixed unformatting of svr4 entries in rev.1.326 and consistent misformattingbde2004-05-051-18/+18
| | | | of them in rev.1.358.
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+1
| | | | | | | | | | | | | | | register controlled the trigger mode and polarity of EISA interrupts. However, it appears that most (all?) PCI systems use the ELCR to manage the trigger mode and polarity of ISA interrupts as well since ISA IRQs used to route PCI interrupts need to be level triggered with active low polarity. We check to see if the ELCR exists by sanity checking the value we get back ensuring that IRQS 0 (8254), 1 (atkbd), 2 (the link from the slave PIC), and 8 (RTC) are all clear indicating edge trigger and active high polarity. This mini-driver will be used by the atpic driver to manage the trigger and polarity of ISA IRQs. Also, the mptable parsing code will use this mini driver rather than examining the ELCR directly.
* Oops^2, finish switch to using the moved cy driver for pc98 by removingbde2004-05-041-1/+1
| | | | cy.c and not legacy.c here.
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-032-3/+0
| | | | | | | returns okay when HW probe fails. This happens when comconsole flag is set but VGA console is used instead. Back out requested by: bde (He will be looking at other solutions from scratch)
* Allow geom_concat and geom_gate to be compiled in kernel.pjd2004-05-033-0/+6
|
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-031-0/+1
| | | | | | | | | | synchronization protecting against dynamic load and unload of MAC policies, and instead simply blocks load and unload. In a static configuration, this allows you to avoid the synchronization costs associated with introducing dynamicism. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
* Oops, switch to using the moved cy driver for pc98 too (remove pointersbde2004-05-031-2/+0
| | | | to old files in files.pc98 and "count" parameter in NOTES).
* Switch to using the moved cy driver (adjust pathnames and remove "count"bde2004-05-022-2/+3
| | | | | | | | parameter). Keep using it only in the i386 NOTES for now. It is fairly MI, but it doesn't use bus-space and has a couple of i386 i/o instructions in pci intitialization.
* Remove the static reservation of the asr major numberscottl2004-05-021-1/+0
|
* Some enhancements and bug fix.ambrisko2004-04-302-0/+3
| | | | | | | | | | | | | | | | | | - Define option FORCECONSPEED to force the serial console to be CONSPEED. I've run into a lot of boards in which the detect for prior speed doesn't work and ends up with broken console since it is at the wrong speed. - If a serial port is marked as a console, but console=vidconsole and if the serial ports doesn't exist it will be probed and attached at a 8250 chip. Then writes to that will freeze the system. - Add an option flags 0x400000 to mark this as a potential comconsole in-case the one flaged with 0x10 does not exist in the system. This makes it easier to deploy on systems with one or two serial ports. Obtained from: IronPort
* Remove the sio EBus attachment, which never worked with an unpatchedtmm2004-04-301-1/+0
| | | | | driver because sio(4) uses ISA-specific functions. uart(4) has full support for the respective hardware and should be used instead.
* Remove the EBUS_DEBUG and IOMMU_DEBUG options, which are not used anytmm2004-04-301-3/+0
| | | | more.
* Remove the separate kernel option for Sun APB PCI-PCI bridges and makemarius2004-04-301-1/+1
| | | | | | support for them conditional on the pci(4) kernel option instead. OK'ed by: tmm
* Address few style issues pointed out by bdeemax2004-04-273-31/+18
| | | | Reviewed by: bde, ru
* Connect ng_sppp to the build process.rik2004-04-243-0/+3
|
* Make sure Bluetooth stuff can be statically compiled into kernelemax2004-04-234-0/+50
| | | | | Submitted by: ps Reviewed by: imp (mentor), ru
* Add files required for the NETSMBCRYPTO option.tjr2004-04-231-0/+3
|
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+1
| | | | | | | | | gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor)
* garbage collect ASR_MEASURE_PERFORMANCEscottl2004-04-212-5/+0
|
* Deverbosified and uniformized references to man pages from wordingbde2004-04-211-16/+13
| | | | | | | like "the foo(4) manual page" to "foo(4)". Uniformized the remaining instances of "manual page" and "manpage" to "man page". Uniformized some nearby sentence breaks. Reformatted the whole paragraph containing these changes only for DUMMYNET.
* Remove an extra line that crept in.njl2004-04-201-1/+0
|
* Remove the commented out line for fore_load.c now that it's been removed.njl2004-04-201-1/+1
|
* Braino. Point out that TCP_SIGNATURE requires FAST_IPSEC et al.bms2004-04-201-0/+2
|
* Add TCP_SIGNATURE (TCP-MD5) to NOTES for -CURRENT.bms2004-04-201-0/+6
|
* As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling.njl2004-04-192-8/+0
| | | | | These are no longer needed now that we don't send 6-byte commands to RBC devices.
* Remove nowerror lines now that acpica is warns clean.njl2004-04-141-5/+5
|
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-121-2/+0
| | | | enable/disable_intr() in the code.
* Add sx driver, since it looks like it should work on allimp2004-04-111-0/+2
| | | | architectures.
* Add glue for new sx driver.imp2004-04-112-0/+5
|
OpenPOWER on IntegriCloud