thorpej
3a9f076a1f
Note support for the i80321 watchdog timer.
2002-07-29 22:05:37 +00:00
thorpej
d8eb148780
Clean up some comments.
2002-07-29 22:00:00 +00:00
matt
b79865a0af
To make things clearer, use register prefixes in asm() code.
2002-07-29 21:54:35 +00:00
wiz
92b80e91d7
Format the path to a file with .Pa.
2002-07-29 21:08:30 +00:00
thorpej
1384fef106
Note that not all watchdog timers can be disarmed once armed, and that
...
when such a case is encountered, an error message will be displayed and
the timer will remain armed if an attempt to disarm it is made.
2002-07-29 21:00:15 +00:00
augustss
056f94ceb3
Regen.
2002-07-29 20:08:50 +00:00
augustss
ef76dd6ed4
Add a couple of bridge devices.
2002-07-29 20:08:25 +00:00
thorpej
26f7a64dc3
Add iopwdog (i80321 built-in watchdog timer), fxp, and inphy.
2002-07-29 18:42:27 +00:00
thorpej
2bbd3be11a
Add support for the i80321 watchdog timer.
2002-07-29 18:40:04 +00:00
thorpej
3ab4598cc0
Add sysmon at cdev 101.
2002-07-29 18:26:58 +00:00
thorpej
2367c7fff8
Add support for attaching IOP built-in sub-devices (aau, dma, ssp,
...
watchdog, etc.)
2002-07-29 17:37:14 +00:00
thorpej
c92ad565ad
* Remove some AAU definitions -- they will be defined elsewhere in
...
a future commit.
* Fix a typo in the watchdog enable names.
* Add SSP (synchronous serial port, for SPI, Microwire, etc.) definitions.
2002-07-29 17:28:06 +00:00
atatat
6675196afb
Make tun interfaces perform auto-creation. This means that if a
...
program opens /dev/tun# and tun# has not been SIOCIFCREATE'd already,
it will be SIOCIFCREATE'd automatically. FreeBSD's tun interfaces
behave in a somewhat similar fashion.
2002-07-29 16:53:30 +00:00
simonb
c38f2b0214
Remove some debug code accidently left in.
2002-07-29 16:25:02 +00:00
simonb
10a72d78d1
Add support for the Alchemy Semiconductor Pb1000 evaluation board for
...
their Au1000 CPU. Should also work with little or no tweaking for the
Pb1500 board for the Au1500 CPU as well.
2002-07-29 16:22:55 +00:00
simonb
3f8c0bc7c5
Move the soft interrupts IPL masks from port-specific code to
...
board-specific code.
Change a u_long to a uint32_t in the timer calibration routines.
2002-07-29 16:21:03 +00:00
simonb
c61cf25192
Remove prototype for non-existant softintr_dispatch().
...
Add/modify a few comments.
2002-07-29 16:14:05 +00:00
lukem
491925ee64
update mac68k xserver size
2002-07-29 16:12:26 +00:00
simonb
c42f11dc45
Don't install <machine/{intr.h,isa_machdep.h,pci_machdep.h,rnd.h}>, and
...
add these to the obsolete list.
2002-07-29 15:55:43 +00:00
simonb
99eb5608ad
Don't install intr.h isa_machdep.h pci_machdep.h rnd.h for userland.
2002-07-29 15:52:46 +00:00
simonb
223e50d28e
Add a slightly modified dev/ic/com.c that supports the Alchemy
...
Semiconductor Au1x00 series on-chip UARTs. Will be merged with
the original com.c driver once a few issues are tidied up. Main
differences from a standard 16550 UART are:
- separate rxdata and txdata registers
- single 16-bit register for the clock divisor
- "enable uart" register
2002-07-29 15:42:41 +00:00
simonb
ca42af5e80
Add support for the the Alchemy Semiconductor Au1x00 series on-chip
...
devices. Currently the serial ports and ethernet MAC have working
drivers, and this has only been physically tested on the Au1000 CPU,
but these devices should work on the Au1100 and Au1500 CPUs too.
2002-07-29 15:39:11 +00:00
mrg
117d4dd965
clean up esp & isp attachment lines.
2002-07-29 14:35:44 +00:00
mrg
3a0d60972a
bump offset by RF_PROTECTED_SECTORS if FS_RAID
2002-07-29 14:34:12 +00:00
mrg
1a9847a044
clean up for 32 bit libs building (still broken)
2002-07-29 14:26:21 +00:00
mrg
43df3bff77
fix a comment
2002-07-29 14:23:12 +00:00
wiz
47c1285a48
ispell.
2002-07-29 13:30:13 +00:00
wiz
0fa6dc022d
Whitespace cleanup.
2002-07-29 13:26:56 +00:00
blymn
a9d15d3cf7
Bumped minor version of libmenu, new function added.
2002-07-29 13:06:47 +00:00
blymn
09440e9036
Added new menu style O_RADIO which implements a radio button style
...
menu selection. Thanks go to rtr(at)wasabisystems.com for doing
most of the work on this.
2002-07-29 13:03:51 +00:00
blymn
eeeb970336
Add conditional with the debug stuff in it so a debug version of libmenu
...
can be built by defining DEBUG_MENUS in the environment.
2002-07-29 12:58:10 +00:00
itojun
0c0bf329c4
query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.
2002-07-29 10:01:58 +00:00
itojun
f8e5e9c295
be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C
...
pointer aliasing rule (gcc optimization/7427). from tsubai, sync w/kame
2002-07-29 09:14:36 +00:00
jdolecek
6dbfb914a2
add 'sun68k' to CLEANFILES for sun2/sun3
...
add 'sparc' to CLEANFILES for sparc64
2002-07-29 07:42:52 +00:00
mrg
321856e31b
merge with sparc.
2002-07-29 07:07:15 +00:00
grant
b26eca1528
"DVMA coherent" -> ": DVMA coherent"
...
noted by Matt Thomas on icb.
2002-07-29 06:39:41 +00:00
simonb
21ffe19c1b
Don't name parameters in a function declaration.
2002-07-29 05:57:16 +00:00
simonb
b8f11b739f
ANSIfy, KNF.
2002-07-29 05:54:09 +00:00
blymn
90d6019c5e
* Fix bad function reference.
2002-07-29 05:23:30 +00:00
blymn
d0d41d9fd4
* Fix cursor motion bugs referred to in pr 17480
...
* Handle cursor motion for justifications other than left justified.
2002-07-29 05:17:37 +00:00
lukem
a791673973
Improve description of help text for "passive".
...
Noted by Yar Tikhiy <yar at FreeBSD.org> in private email.
2002-07-29 04:24:47 +00:00
augustss
eb7d3799cf
Add a quirk for an In-System Design adapter.
2002-07-29 03:30:46 +00:00
augustss
a82acc0c6d
Regen.
2002-07-29 03:30:00 +00:00
augustss
9e287c33a3
Add an In-System storage adapter.
2002-07-29 03:29:34 +00:00
augustss
ab96954afe
Document ACPI_ACTIVATE_DEV option.
2002-07-29 03:28:07 +00:00
augustss
9ae405a13b
Add code to activate devices that are no active.
2002-07-29 03:26:20 +00:00
augustss
91282a0226
Another part of the PCI fixup change.
2002-07-29 03:25:18 +00:00
grant
2a31902244
nullify ftp password when changing user to 'ftp', from Thomas Klausner
...
in install/11436.
2002-07-29 03:24:47 +00:00
augustss
9891751782
Only be very verbose with ACPI_EXTRA_DEBUG set.
2002-07-29 03:10:16 +00:00
augustss
2cca968594
Document ACPI_PCI_FIXUP option.
2002-07-29 03:08:09 +00:00