summaryrefslogtreecommitdiff
path: root/release/sysinstall/uc_pci.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete dset code. It's an ELF/3-stage boot world now and thereJordan K. Hubbard1999-01-201-122/+0
| | | | | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly. Notes: svn path=/head/; revision=42896
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Get the pysical address for id_maddr when opening an -incore kernel.Eric L. Hernes1996-10-121-2/+2
| | | | | | | | | | | | | | | This fixes the kernel panic when propagating userconfig changes to arbitrary kernels. Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where necessary. Fix getting scsi bus information from an -incore kernel. Turned on SAVE_USERCONFIG by default. Notes: svn path=/head/; revision=18894
* First cut at a "copy userconfig changes from installation kernel to installedJordan K. Hubbard1996-10-031-0/+122
kernel" mechanism. This is just the foundation - more work follows and will be committed over the next few hours. Submitted-by: "Eric L. Hernes" <erich@lodgenet.com> & jkh Notes: svn path=/head/; revision=18650