pk
134c600216
Use bus_space_tag_alloc().
2004-07-05 08:51:19 +00:00
lukem
20fd132b8d
* Add BEFORE: SERVERS, so state is restored much earlier in the boot sequence.
...
* REQUIRE: isdnd, so this will be shutdown before that, to prevent
future problem if isdnd eve gets an explicit "shutdown" keyword.
Per discussion with Martin Husemann.
2004-07-05 08:21:15 +00:00
martin
ebdc55a49e
Make sure "downinterfaces" comes first - this means on shutdown this
...
script will run before downinterfaces destroys all state we try to
save here.
2004-07-05 07:53:03 +00:00
pk
a7c40722d8
Call inittodr() from main(). Let file system code set the recorded `last
...
update' time (if any) through the new function setrootfstime().
2004-07-05 07:28:45 +00:00
martin
2aef6e6521
Adapt to new (non optional) bus space on sparc.
2004-07-05 07:26:04 +00:00
martin
41de8a7a66
Options FULL_SPARC_BUS_SPACE is gone.
2004-07-05 06:31:36 +00:00
uwe
75c9bda0e0
GENERIC config is used as a starting point for custom configs so make
...
it more rich: reinstate debug options (commented out), add a bunch of
MI options, file systems, pseudo devices (commented out), sort some
entries, add more comments and clean up existing comments.
2004-07-05 00:09:45 +00:00
uwe
9df8b71dbf
Express LED operations using standard macros.
...
Same object code is generated.
2004-07-04 23:19:36 +00:00
uwe
7d07bda558
Add major for audio.
2004-07-04 22:56:14 +00:00
uwe
7393885072
Fix the comment for KGDB - it is a remote debugger.
2004-07-04 22:02:04 +00:00
manu
67cf1bc043
MacOS X.3 introduces a new sigreturn for PowerPC, with a usercontext
...
versionning argument. For now we only implement the X.2 flavor.
2004-07-04 21:03:55 +00:00
manu
aab7e2ab6f
Useful debug since ktrace doesn't show sysctl arg array.
2004-07-04 20:30:14 +00:00
elric
04b4d00046
Add options to SYNOPSIS.
...
Addresses PR misc/26065.
2004-07-04 17:19:57 +00:00
uch
bfd65ea205
add hpcsh
2004-07-04 15:55:35 +00:00
martin
dc1011f1c9
Available block count may be negative - so make the calculation signed.
...
This avoids output like:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/wd1a 11799 11276 9223372036854775741 100% /boot
2004-07-04 15:31:50 +00:00
christos
439d1da971
#ifdef the altivec option, because only powerpc has it. To be fixed in
...
a better way later.
2004-07-04 15:27:26 +00:00
christos
7c328d9858
add a skeleton that defines the symbols we need; no implementation
2004-07-04 15:24:30 +00:00
christos
a3eca3bd01
Add USRSTACK definitions
2004-07-04 15:22:29 +00:00
christos
0122ef6740
add darwin_commpage_machdep.S [does nothing for now, and the name is too long]
2004-07-04 15:22:03 +00:00
drochner
f375ea19c6
-before adding a "partition", check for an ISO9660 filesystem,
...
and print out volume label and creation time
-if the drive cannot be open()ed read-write, try read-only and
print the information
2004-07-04 14:11:44 +00:00
martin
81b4ff7c8b
PR bin/26142: add defaults for $pf and $pflogd.
2004-07-04 13:59:34 +00:00
chris
d954e32a8f
Update to match pseudo devices and other options in the GENERIC kernel.
2004-07-04 13:35:08 +00:00
tron
16e9e90a52
Add re(4). There are laptops with an onboard Realtek 8169 Gigabit LAN.
2004-07-04 13:16:56 +00:00
chris
2d3a6b46c9
Use a define, rather than hard coded number, for the interrupt to claim.
...
Make use of the ability to parse the cs's eeprom for values, rather than
ignoring the eeprom.
2004-07-04 13:12:58 +00:00
chris
91825be689
Add more defines for the available IRQ's on a 7500.
2004-07-04 13:11:43 +00:00
chris
8276e3ab68
Add the optional ability to parse the cs's eeprom data structure. I've made
...
it optional as I'm not able to confirm the eeprom format is the same on
earlier cs89x0's. Certainly the my 8920M and the data sheet for 8900A use the
same format.
This allows my RiscStation to examine the cs's eeprom to find it's mac
address, previously it was unable to do this, as the eeprom offsets were hard
coded for locating the mac address.
2004-07-04 13:09:12 +00:00
mycroft
1fc8e6461a
Support for the VS-Com PCI-210H 2s/1p card, from PR 18478.
2004-07-04 10:02:03 +00:00
pk
ce03cf29a9
cpu_simple_lock: on spin out, check whether we've already panicked. If so,
...
just take the lock on the assumption that in panic mode, we run on a single
CPU anyway.
2004-07-04 09:54:20 +00:00
mycroft
94e2ec5a8b
Back off the trigger level a little. Testing shows that it's not terribly
...
reliable at 14.
2004-07-04 09:46:44 +00:00
mycroft
35186738e8
Minor simplification.
2004-07-04 09:28:05 +00:00
pk
edd81fa220
Fix typo in CHECK_SP_REDZONE() which has been there since the beginning of time.
2004-07-04 09:11:33 +00:00
wiz
d05ee1275d
regen from pcidevs, so that this file has the correct CVS Id.
2004-07-04 08:37:58 +00:00
mycroft
df4e7d03fc
Incorporate 4 changes that have been suggested:
...
* At high speed, set the FIFO trigger to the maximum value to reduce interrupt
load. PR 15448.
* Handler the case of IIR=RXRDY and LSR=!LSR_RCV_MASK differently, to avoid a
hang with some chips. PR 21184, and possibly PR 10974 and PR 8248.
* Remove the extra wait at the end of com_common_putc(), after writing a
character out, so that we get another TXRDY interrupt. This prevents stalls
when normal output and kernel output are mixed. PR 4263.
* Do not "preload" the TX FIFO; wait for a TXRDY interrupt to come in after
enabling it.
2004-07-04 08:09:03 +00:00
dan
f2c2db34e8
put kgetcred.1 manpage in man rather than catman syspkg, mark it as
...
.man so MANZ builds work
2004-07-04 07:20:39 +00:00
mycroft
2b9d3e39a0
Fix confusion between index numbers in one table and node numbers in another
...
table, that was causing PNPBIOS to fail on some machines. Should fix PR 18610.
2004-07-04 06:18:26 +00:00
mycroft
58a7151020
Update Serverworks chip names, and add a few more.
2004-07-04 05:53:55 +00:00
mycroft
e8dd6e3b10
Update Serverworks chip IDs, per:
...
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.
2004-07-04 05:51:58 +00:00
mycroft
88bac700e0
Be more careful about what ServerWorks devices we attempt to map PCI buses
...
behind.
This should address PR 21458 and PR 25670.
2004-07-04 04:55:18 +00:00
mycroft
cd5dfd5c5c
Rebuild. This primarily updates NGDT.
2004-07-04 03:35:01 +00:00
mycroft
15eb49718a
s/PAGE_SIZE/NBPG/ to make this compile again.
2004-07-04 03:21:53 +00:00
taca
36ca8dc573
Postfix 2.1.4 released.
2004-07-04 02:41:03 +00:00
mycroft
dfcb3d19d0
Add an entry for the Netgear FA410TX -- though not quite the way it was
...
suggested in PR 20227.
2004-07-04 01:28:51 +00:00
mycroft
66760f9d8c
Change MAXDRV to 0x8f, to fix El Torito booting problems on some machines.
...
See PR 22647.
2004-07-04 00:38:51 +00:00
mycroft
2aa1e3c773
Fix a bug in the packet "padding" code. If we're padding a packet with an odd
...
size, we were writing out too much data, possibly causing the chip to lock up.
2004-07-04 00:31:20 +00:00
mycroft
a8f51b14b9
b -> B
2004-07-04 00:21:55 +00:00
mycroft
5f1cbe539c
If apm_set_powstate() fails, make sure we run apm_resume() so that run any
...
powerhooks we have. From PR 13671 (but applied to both standby and suspend).
2004-07-03 22:29:13 +00:00
manu
7fef082024
Move all the MD bits of commpage to a new file.
...
Map the comm page as RW in kernel (we want to modify it but not to execute it),
and RX in userland (no need to modify it but we want to execute it
2004-07-03 22:17:18 +00:00
mycroft
77c587044f
Only attempt to map the memory window during attach, not match. If msize==0,
...
print a message and punt. Fixes PR 6167 (from me!).
2004-07-03 21:29:08 +00:00
mycroft
6343f6f6ee
Per PR 8120, put back the reloading of the IDT in cpu_reset(). (Presumably
...
this overrides some descriptor caching in the CPU.)
2004-07-03 21:02:09 +00:00
mycroft
ace8694948
Attempt to make Perry less confused.
2004-07-03 20:04:03 +00:00