summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/autoconf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Duh, bdevsw() takes dev_t arg.phk1999-05-091-8/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-8/+8
* Ensure prototype for pnp_configure() is visible.peter1999-05-061-7/+2
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-5/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-10/+18
* Made booting with -a work for all configurations. Previously itbde1999-04-151-24/+6
* Break configure() into a couple of stages to allow insertion ofpeter1999-01-191-22/+25
* Check the major number of the boot device more carefully. There was onlybde1998-10-261-5/+3
* Allow more flexible use of MFS root.jkh1998-10-101-12/+19
* Undo most of the previous commit.obrien1998-10-051-15/+5
* Now require *FS_ROOT to enable the ability to mount a *FS /.obrien1998-10-051-6/+16
* autoconf.c:gibbs1998-09-151-8/+4
* Remove the SLICE code.sos1998-09-141-8/+1
* Reviewed by: Doug Rabsonnsouch1998-09-031-1/+6
* Don't check minor number of dump device at all.des1998-08-231-5/+1
* A slap on the wrist to Dag-Erling, who plainly did not test this beforejkh1998-07-191-2/+1
* Allow dump devices with dkpart != SWAP_PART on devfs/slicedes1998-07-181-1/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+2
* convert some nfs tunables to options, these are:jmg1998-06-301-2/+2
* Pass lists of possible root devices and their names up to thebde1998-06-091-44/+48
* Backed out previous commit. It is invalid to call d_ioctl() onbde1998-05-121-5/+2
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+5
* Remove an LFS clause, now that it is in the history,julian1998-04-201-19/+1
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+30
* Add missing entry to list of major device names. This list should notmsmith1998-03-171-1/+3
* Spell 'compatibility' like everyone else.msmith1998-03-161-2/+2
* Use dkmakeminor() rather than magic knowledge of the size and location ofmsmith1998-03-161-4/+4
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-151-14/+14
* "Correct behaviour" involves being consistent with the canonical names ofmsmith1998-03-091-2/+2
* Merge from 2.2; behave correctly in the presence of a slice number thatmsmith1998-03-091-1/+4
* Construct the minor number for the root device taking into account themsmith1998-03-081-8/+10
* Retire LFS.phk1998-01-301-20/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-5/+9
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+2
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-211-1/+10
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-211-1/+13
* Previous commit refers to SWAP_PART, which is only defined if the includepeter1997-11-211-1/+2
* Don't allow setting the dump device to any partition except thebde1997-11-201-1/+8
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-4/+4
* Moved setconf() call after root configuration again. This fixes abde1997-09-231-4/+3
* autoconf.c:gibbs1997-09-211-8/+26
* add neccessary calls to autoconf for pnp,jmg1997-09-091-1/+10
* Last commit didn't take, operator error???fsmp1997-07-221-1/+1
* Hid the existance of imen via a dump routine.fsmp1997-07-221-6/+2
* Minor cleanup.fsmp1997-07-201-1/+10
* Removed unused #includes.bde1997-07-201-5/+1
* Minor cleanup of APIC code.fsmp1997-07-081-7/+8
* remove no longer needed opt_smp.h includespeter1997-05-291-2/+1
OpenPOWER on IntegriCloud