dsl
227f8466e9
Switch to using MI code to find disklabel on MBR disks.
2003-07-07 13:34:08 +00:00
kochi
9ab543513d
o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP
...
o delete usage of ENABLE_DEBUGGER
As ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP are defflag'ed in files.acpi,
these options don't have to have a value.
2003-07-06 04:03:21 +00:00
simonb
aa57e31a39
Make mptrap.o depend on assym.h; fixes GENERIC.MP -j N kernel build.
2003-07-05 16:56:10 +00:00
fvdl
d5aece61d6
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
...
and need to be examined and discussed more.
2003-06-29 22:28:00 +00:00
darrenr
887069bda8
Revert out an accidental commit.
2003-06-28 15:34:41 +00:00
darrenr
960df3c8d1
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
...
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
dsl
63336846ea
Increase sizes of space for ramdisks
2003-06-05 14:33:51 +00:00
gmcgarry
9dcb47fcad
Add devices hanging off GPIB.
2003-06-02 04:03:04 +00:00
gmcgarry
0a3dc90fb5
Pull-in GPIB.
2003-06-02 04:02:20 +00:00
fvdl
afff857edc
Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI roots
...
with the MPBIOS/ACPI bus information, by walking through the buses, and
descending down every bus that hasn't been marked configured yet.
2003-05-29 20:22:28 +00:00
wiz
ee6d7b94d4
Remove last traces of obsolete olms and omms drivers.
...
Ok'd by drochner and fvdl.
2003-05-15 13:13:21 +00:00
drochner
b370f1bff8
remove opms attachment stuff which is pointless after
...
opms itself was removed
2003-05-14 12:04:56 +00:00
thorpej
af1933bfc8
Add icp at chr 102.
2003-05-13 15:43:42 +00:00
fvdl
2e91dc8e00
Update for acpi file move to sys/arch/x86/x86.
2003-05-11 18:24:12 +00:00
ad
225c45d817
Enable the amr driver.
2003-05-04 16:16:18 +00:00
yamt
04ef812793
add spl.S, vector.S and microtime.S to MD_SFILES so that
...
'make depend' takes care of them.
2003-05-02 17:40:13 +00:00
ragge
d8c8fa8111
Add pseudo-device ksyms.
2003-04-26 14:10:04 +00:00
ragge
766d04f56a
Add ksyms device major.
2003-04-25 21:10:46 +00:00
jmmv
f302f813f2
Bump ramdisk size to 3000 blocks.
2003-04-23 14:21:07 +00:00
fvdl
bee66ff5b4
Add commented-out ahd driver.
2003-04-21 00:17:46 +00:00
martin
c1a5cc810d
The sysmon device is used for sysmon_power too.
2003-04-20 16:51:35 +00:00
thorpej
091e93c002
Bump ramdisk size to 4600 blocks.
2003-04-17 22:57:16 +00:00
thorpej
9cac2cc6d1
Add mpt(4).
2003-04-16 23:39:02 +00:00
thorpej
e56e76188e
Fix a typo.
2003-04-16 23:36:22 +00:00
simonb
4dcb48921b
Use "options<space><tab>".
2003-04-12 07:39:39 +00:00
drochner
7e56069d9c
IPR_VJ -> IRIP_VJ
2003-04-11 14:55:39 +00:00
christos
b9f9db3ca2
Bye Bye UCONSOLE
2003-04-10 22:06:51 +00:00
abs
89c93ddc45
Note that BSDI binaries require COMPAT_12, COMPAT_13, and COMPAT_43.
...
Addresses PR/3553, PR/6872, and PR/8029. Does not address PR/7262
Also add some missing COMPAT_15 entries.
2003-04-08 18:58:19 +00:00
perry
31cbf7d80d
Add gentbi* PHYs
...
I noted in reading the log for PR kern/20988 that they were missing
XXX I'm not sure I got the name in the comment right, but if I don't
XXX do this who will?
2003-04-05 18:41:19 +00:00
christos
a9c71d20ab
bioscall.S needs assym.h now.
2003-04-02 22:10:23 +00:00
jmmv
68fc25182e
Implement the beep on halt feature. When enabled, it makes the kernel beep
...
the computer speaker when it's completely safe to power down the machine
(after the "The operating system has halted." message). This is useful for
headless machines.
The feature is only enabled if the BEEP_ONHALT option is defined (disabled by default). It can be tuned through the BEEP_ONHALT_{COUNT,PERIOD,PITCH} options.
Closes my own PR kern/18792.
2003-03-25 19:37:12 +00:00
jdolecek
4b261fc76f
allocate majors for vmmon/vmnet - VMware pseudo devices
...
we have the sources in othersrc tree now, so it's useful to have some
other bits in tree as well to simplify module use
2003-03-16 18:04:08 +00:00
jmmv
d69e6401db
Note the DDB_ONPANIC option (commented out). Closes my own PR port-i386/17649.
2003-03-15 19:34:16 +00:00
grant
e41c87001a
fix some comments
2003-03-05 10:27:59 +00:00
christos
767bfa5fb6
microtime.S depends on assym.h
2003-03-02 22:19:05 +00:00
fvdl
f555536d9b
Move lock_machdep.c to arch/x86/x86.
2003-03-01 22:53:39 +00:00
fvdl
a3b7772adf
Move the CPU identification out of machdep.c into a seperate file.
2003-03-01 16:37:51 +00:00
perseant
eab869e1c0
Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
...
Let brconfig tell whether the bridge is using the ipfilter hook, or not.
2003-02-27 19:22:36 +00:00
fvdl
ba3f3ceb24
Catch up with consinit.c move.
2003-02-27 01:49:29 +00:00
fvdl
d89d6b98f7
Catch up with isa_machdep.c and pci_machdep.c move.
2003-02-27 00:39:40 +00:00
fvdl
f720949c2c
Adapt for move of files to arch/x86.
2003-02-26 21:33:36 +00:00
jdolecek
d2309c1fda
add file-system SMBFS and pseudo-device nsmb, uncommented, marked as
...
experimental
2003-02-18 20:13:03 +00:00
jdolecek
51762449f8
add nsmb device-major
2003-02-18 12:26:50 +00:00
david
9a38c06746
sync with GENERIC
...
add: options SYSTRACE
2003-02-17 22:44:37 +00:00
augustss
8f123087a2
Undo accidental commit of this file.
2003-02-16 17:42:13 +00:00
augustss
519f8f3d30
Add uax(4) (and url(4) in some cases).
2003-02-16 17:35:13 +00:00
grant
eb9c846694
add makphy PHY for Intel gigabit cards (wm).
...
fixes PR install/19338 from Tomi Nylund.
2003-02-06 04:51:51 +00:00
nakayama
64eb1178ab
Share i386/tsc_microtime.c with alpha and sparc64 as kern_microtime.c.
...
(approved by martin)
2003-02-05 12:18:01 +00:00
zuntum
6d1101369a
- bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960
...
in sys/arch/i386/conf/INSTALL_TINY
- bump IMAGESIZE from 1460k to 1480k
in distrib/i386/floppies/ramdisk-tiny/Makefile
so that "build.sh release" works again.
Suggested by simon, okay'd by luke.
2003-02-01 13:53:36 +00:00
thorpej
ac44af9a88
Add the "ataraid" pseudo-device and the "ld" instances that attach
...
to it.
2003-01-27 22:31:12 +00:00