summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/autoconf.c
Commit message (Expand)AuthorAgeFilesLines
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-3/+3
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-25/+0
* Change the following environment variables to kernel options:brian2004-07-081-11/+8
* Change the following kernel options to environment variables:brian2004-07-081-8/+11
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-22/+3
* Cosmetic sync with i386peter2003-11-121-0/+2
* Use __FBSDID().obrien2003-07-251-2/+4
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-55/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-2/+0
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usephk2002-12-141-1/+5
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-181/+1
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-201-2/+0
* Don't free(9) a pointer which has been modified.phk2002-04-231-6/+7
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-7/+26
* Back out the previous commit.brian2002-04-041-1/+0
* Pre-declare bootpc_init() so that options BOOTP doesn't break thebrian2002-04-041-0/+1
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Remove __P.alfred2002-03-201-3/+3
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-101-2/+0
* Fix warnings.. bootpc_init() and related.peter2002-02-281-5/+2
* Add new boot flag to i386 boot: -p.guido2001-12-101-1/+1
* Implement multiple low-level console support.jlemon2001-10-231-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-18/+18
* Remove superfluous statement.jlemon2001-09-051-1/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-041-3/+0
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-4/+3
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* Catch up to moving headers:jhb2000-10-201-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-8/+0
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-261-1/+5
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Make BOOTP work again.dillon1999-11-291-1/+9
* Remove the prototypes for two functions that were removed when thejhb1999-11-021-3/+0
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-259/+26
* Zap unneeded #includespeter1999-10-111-1/+0
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-12/+5
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-231-4/+3
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-221-2/+3
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-221-1/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-1/+2
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-221-35/+24
OpenPOWER on IntegriCloud