summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
Commit message (Collapse)AuthorAgeFilesLines
* Fix LINT for now.jake2003-06-111-0/+1
|
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
| | | | | Submitted by: Edward Kaplan (tmbg37 on IRC) Reviewed by: rwatson (in principle)
* Remove some debug options that are no longer needed.jake2003-04-271-7/+0
|
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
|
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
| | | | | | | | | | | ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise.
* The fxp(4) driver is now working on sparc64 too!mux2003-04-081-1/+1
| | | | Tested by: jake
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
| | | | Submitted by: bde
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-262-41/+47
| | | | | | | | | | | | | | | | | | | | | | | | 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-252-0/+127
| | | | | | | Where needed. Use 'sed' for now in place of "nooptions". Add a sparc64 MD NOTES. Reviewed by: arch@
* Uncomment the xl(4) driver since it's now working properlymux2003-02-201-1/+1
| | | | on sparc64.
* Add central and fhc.jake2003-02-181-0/+2
|
* 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
|
* SCSI Changers, SCSI Tapes, and SES devices work just about as well asmjacob2003-01-311-3/+3
| | | | anything else in sparc64.
* Enable device zs and device sab by default.jake2003-01-271-2/+2
|
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
| | | | | of the scheduler. - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
* Enable rl(4). It is now fully working using busdma.obrien2003-01-131-1/+1
|
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-011-0/+1
| | | | | | | | With a 1 byte transmit fifo, 3 byte receive fifo, and wierd multiplexed I/O designed for a Z80 cpu, this chip redefines suckage. Based on the openbsd and netbsd drivers. Only really works as a console, modem support is not complete since I can't test it.
* Add COMPAT_FREEBSD4 for the transition. COMPAT_43 was already present.peter2002-10-261-0/+1
|
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
| | | | Reminded by: jhb
* 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
|
* 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.
* Remove options NO_MODULES=true. Lots of modules build, but may not loadjake2002-10-021-4/+0
| | | | or work properly. MAC modules work at least :).
* It's Apple GMAC, not HMAC.benno2002-09-221-1/+1
| | | | Approved by: jake (for sparc64)
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-6/+1
| | | | | | | so that it is MI. Allow nfs_mountroot to return an error if the nfs_diskless struct is not valid, rather than panicing later on. Call nfs_setup_diskless() from nfs_mountroot if NFS_ROOT is defined, like bootpc_init(). Removed legacy root mount support for sparc64, and enabled NFS_ROOT by default.
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
|
* 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
|
* se -> sab.jake2002-08-041-1/+1
|
* 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-1/+0
| | | | now a sysctl and is enabled by default).
* 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-16/+12
| | | | Inspired by: bde
* 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
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,obrien2002-06-291-1/+3
| | | | | | | | and you will not mount an ATA /: mountroot> ufs:/ad0a Mounting root from ufs:/ad0a setrootbyname failed ffs_mountroot: can't find rootvp
* GENERIC now builds with -Werror, so remove NO_WERROR.mux2002-06-271-1/+0
| | | | Approved by: jake
* Sync with i386.obrien2002-06-181-8/+10
|
* Re-enable SMP by default.jake2002-06-081-1/+1
|
* Comment out options SMP for now until I figure out what's going on.jake2002-06-071-1/+1
|
* Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwingjake2002-05-291-1/+0
| | | | over people with gems.
* Enable KTR_TRAP by default.jake2002-05-121-1/+1
|
* Typo fix: detects -> detect.jmallett2002-05-031-1/+1
| | | | Reviewed by: phk
* 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.
* option<space><tab>obrien2002-04-151-12/+12
|
* Add device se (commented out, most people won't find this useful yet).jake2002-04-091-0/+1
|
* Enable device pass.jake2002-04-081-1/+1
|
* Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL andjake2002-04-061-6/+3
| | | | ATA_ENABLE_BUSMATER.
* Dike out a highly insecure UCONSOLE option.ru2002-04-031-1/+0
| | | | | | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed. Obtained from: OpenBSD
OpenPOWER on IntegriCloud