Commit Graph

35295 Commits

Author SHA1 Message Date
soda
e44d6b7781 ELF*_MACHDEP_ENDIANNESS was undefined. 2000-01-31 15:51:35 +00:00
soda
f227455441 make "make build" work 2000-01-31 15:50:13 +00:00
christos
3d9c5d0450 Regen 2000-01-31 15:13:24 +00:00
christos
3cbe025990 __semctl13 -> ____semctl13 because this now is not called directly.
The fourth argument to it is a pointer to union semun not union semun,
because passing structs and unions to syscalls cannot be handled portably.
2000-01-31 15:12:30 +00:00
pk
00ba4de9e2 Add si' and sw' controllers to device_register() tables. 2000-01-31 15:08:25 +00:00
itojun
1a2a1e2b1f bring in latest KAME ipsec tree.
- interop issues in ipcomp is fixed
- padding type (after ESP) is configurable
- key database memory management (need more fixes)
- policy specification is revisited

XXX m->m_pkthdr.rcvif is still overloaded - hope to fix it soon
2000-01-31 14:18:52 +00:00
takemura
dbbc9025d2 Add 'Reverse Video' check box.
Now 'Black-on-White screen is default.
2000-01-31 12:45:29 +00:00
shin
fdd3f14b2a add BTN_COVER for MC-R700, MC/R730. 2000-01-31 11:44:01 +00:00
bouyer
425e99ac00 Check that we can handle the inode size before mounting the fs, and correct
a return value.
2000-01-31 11:34:55 +00:00
itojun
63fd2c0262 destination port == 0 is illegal based on RFC768.
(NetBSD PR: 9137 - I thought I committed this already but I wasn't)
2000-01-31 10:39:26 +00:00
itojun
9b7c3e737a be proactive about malicious packet on the wire. we fear that v4 mapped
address to be used as a tool to hose security filters (like bypassing
"local host only" filter by using ::ffff:127.0.0.1).
2000-01-31 10:33:22 +00:00
haya
2e9b49c888 Force power off when a CardBus card is detached.
Use tsleep when kernel thread works.
2000-01-31 08:49:07 +00:00
thorpej
a72f993570 When possible, use ring mode for descriptors. Not only is this slightly
more efficient on genuine DEC chips, but some clones apparently Lose Badly
if you use chain mode.  To further complicate things, some clones *only*
do chain mode, so make this whole mess conditional.
2000-01-28 23:23:49 +00:00
thorpej
59fbdbb7cb Just use a regular Tx descriptor for the setup packet; don't bother with
a separate one.
2000-01-28 22:23:58 +00:00
thorpej
cb239424d0 Fix part of previous commit. 2000-01-28 18:27:41 +00:00
augustss
839e3f4725 Make it possible to read /dev/usb so the USB event mechanism can be used. 2000-01-28 17:26:03 +00:00
cjs
26944f9bf6 Add bpp (parallel port) device. 2000-01-28 16:08:52 +00:00
bouyer
be4a409b30 Correct (minor) bogons in filetype option support, and add support
for sparse_super option
2000-01-28 16:00:23 +00:00
pk
f18d4a028b Define the fixed hme PHY addresses. 2000-01-28 15:52:34 +00:00
pk
437ad6d192 Reset audio chip on device open. 2000-01-28 15:49:44 +00:00
pk
8b07bf2245 standard nomencature: bp -> bh 2000-01-28 15:47:18 +00:00
pk
a5d6b10bad fdcstatus() formatting. 2000-01-28 15:46:20 +00:00
takemura
39bbf02101 Delete unused lines. 2000-01-28 15:18:32 +00:00
takemura
ae6160e233 CPU specific idle hook and VR idle routine. 2000-01-28 15:08:36 +00:00
takemura
48205b1acc Delete unused lines. 2000-01-28 15:02:11 +00:00
augustss
ef79cf035a Correct error message list. From Nick Hibma. 2000-01-28 13:32:55 +00:00
enami
6e5c754b80 Set the right ethertype in LLC header for PVC interface.
Pointed by onoe@sm.sony.co.jp
2000-01-28 13:27:29 +00:00
pk
2f0be0855f pv_unlink4m: correctly clear the PV_ANC flag. Noted by Artur Grabowski. 2000-01-28 13:06:02 +00:00
jdc
adedf8475e BUFQ_* fixes. 2000-01-28 11:30:22 +00:00
augustss
119272426a Fix typo. From Nick Hibma. 2000-01-28 10:19:48 +00:00
hannken
a6ee792cee The decision that `disksort_cylinder' uses to decide if the buffer needs
to go to the inversion list is incomplete. If the cylinders are equal
block numbers must be checked.

This caused lockups if some buffers with the same cylinder were cycling
through the list, as it may happen with softdep enabled.

Fixes PR #9197.
2000-01-28 09:27:38 +00:00
chs
26c744c85b remove a debug printf that has outlived its usefulness. 2000-01-28 08:02:48 +00:00
itojun
591ffe9e30 wrap "DAD start" message into #ifdef DIAGNOSTIC.
From: thorpej, "Soren S. Jorvang" <soren@wheel.dk>
2000-01-28 07:21:29 +00:00
shin
e35089652c platid regen. 2000-01-28 06:22:53 +00:00
shin
8f9ba8c314 add MC/R730 2000-01-28 06:22:10 +00:00
shin
69cb6f62a5 add MC/R730 platid. 2000-01-28 06:21:49 +00:00
nisimura
9ddaa2112f Nuke isbad(), and fix typos. 2000-01-28 02:25:24 +00:00
augustss
8cc78f4f7d Small restructuring: break out opening of pipes into its own function. 2000-01-28 00:51:25 +00:00
augustss
3eccf22362 GC a #define. 2000-01-28 00:45:55 +00:00
augustss
30f0efb4f2 Add uhci_root_ctrl_done() method. 2000-01-28 00:44:27 +00:00
augustss
9cd4bf4652 Remove the hack that handled truncated transfers. 2000-01-28 00:29:53 +00:00
augustss
4e9e8e52f4 Change the test to check if transfers are done. The old test was broken
and sometimes reported transfers as done prematurely.
This fix seems to stabilize the Ethernet drivers.
2000-01-28 00:15:54 +00:00
augustss
3c27de72ac Fix typo in tailp bit defines. From Nick Hibma. 2000-01-28 00:11:38 +00:00
augustss
10dd6e61c3 Regen. 2000-01-28 00:09:19 +00:00
augustss
d4dda219e1 Fix typo. 2000-01-28 00:08:57 +00:00
mjacob
77e40e844d Add some defines for TLSB interrupt mask and summary registers. Update
copyright.
2000-01-27 22:27:50 +00:00
tsubai
22a3504708 Make this work on the G4 too. 2000-01-27 17:39:20 +00:00
bouyer
68e6de32b3 Add missing '#include "opt_vax630.h"' for custom kernels. 2000-01-27 17:06:55 +00:00
bouyer
e7ea87d850 Adapt for matt's changes. 2000-01-27 16:58:44 +00:00
thorpej
c74e0a8db2 Add detachment support to the MII layer. 2000-01-27 16:44:30 +00:00
tsubai
ecd94f5ee0 s/NUMODEM/NUCOM/ 2000-01-27 15:41:19 +00:00
tsutsui
249975c3c9 Revert (accidentally removed) MAXSLP macro. 2000-01-27 09:47:12 +00:00
soda
7978d0205b - _MACHINE_ARCH was undefined, MACHINE_ARCH was wrong.
- make "make includes" work
2000-01-27 07:50:02 +00:00
soda
39cd3507d2 make "make includes" work 2000-01-27 07:49:13 +00:00
sato
76d3003c00 - add MC-R510 & MC-R530 cover button.
- add MC-R530 application dial button.
- add comment for no RTC_OFFSET.
2000-01-27 06:55:26 +00:00
sato
6591d38772 - modify debug stuff.
default all disable.
2000-01-27 06:28:41 +00:00
sato
9dbdea95dd - show bus clock freq setting and memory clock freq setting in boot time. 2000-01-27 06:25:54 +00:00
sato
674bb73d1e - fix using uninitialized argument of bitdisp64(). 2000-01-27 06:23:05 +00:00
sato
b59afe2607 - fb_mmap(): treate about unaligned framebuffer memory (MC-R510). 2000-01-27 06:18:03 +00:00
ender
3e79c827d4 Fix PR 9302. Fix provided by Hauke Fath (hauke@Espresso.Rhein-Neckar.DE). 2000-01-27 02:26:17 +00:00
enami
cf83f4ae57 Use delay by default on hpcmips for now. 2000-01-27 01:05:17 +00:00
augustss
e00a11df5e Make it easy to switch between using attribute memory and not. 2000-01-26 22:28:38 +00:00
eeh
906dd16a7b Use STRIP instead of STRIPPROG since install uses STRIP and I don't want to
define two different variables.
2000-01-26 22:04:18 +00:00
thorpej
3302e4f5a2 Add a way to delete all media for a specified instance. 2000-01-26 21:58:17 +00:00
drochner
f41d426732 nuke this, there is no valuable information anymore 2000-01-26 18:50:18 +00:00
drochner
ce2c26e13c next step in getting machdep.c maintainable - put bus_space related
stuff into a separate file
being here, add new Pentium-III processor ID (models with on-die cache)
2000-01-26 18:49:26 +00:00
drochner
799634df70 next step in getting machdep.c maintainable - put bus_space related
stuff into a separate file
2000-01-26 18:47:59 +00:00
itojun
49227347dc don't attach Adler32 checksum to ipcomp payload. 2000-01-26 17:08:41 +00:00
itojun
cd5093498d make setsockopt(IPV6_PORTRANGE) work. obeys IPNOPRIVPORTS. 2000-01-26 17:06:36 +00:00
thorpej
b1ec3fa901 Give the ISV filter a chance to verify 21143 pass 4.1 SROMs before running
them through the quirk table.
2000-01-26 16:51:11 +00:00
kleink
2e7016f6ac Add missing wrapper header. 2000-01-26 16:42:02 +00:00
bouyer
5fb6bc4e18 First cut at ext2fs rev 1 support (as of mke2fs 1.18): supports the filetype
option read/write and the sparse option read-only.
2000-01-26 16:21:31 +00:00
thorpej
063cb5e5dc Additional hackery for the Cobalt interfaces. Even though these are
pass 4.1 21143s, they have a 128-byte SROM, and thus use a different
SROM address size than all other pass 4.1 21143s.

A plea to hardware designers -- *please* read application notes for
the components you're using before putting your hardware together.  Thanks.
2000-01-26 15:50:52 +00:00
leo
7c575717ef Restructure the ite/grf definitions:
- Make the ite<n> -> grfXX<n> relations explicit. This solves problems
    with the newer autoconf code.
  - Nuke the grfcc definition in std.atari. A Hades has not grfcc...
2000-01-26 14:56:40 +00:00
soren
a5cef94d04 We don't really have 'mach trapdump'. 2000-01-26 13:36:05 +00:00
soda
946eebbb4c options<SPACE><TAB> and options "<foo>=<bar>" clean up
pointed point by enami@netbsd.org
2000-01-26 12:48:44 +00:00
augustss
57d2439d74 Try to avoid accessing the HC if it is dead. Suggested by mycroft. 2000-01-26 10:04:38 +00:00
tsutsui
b0fbaa33fb Remove obsoleted macros. 2000-01-26 09:44:10 +00:00
haya
653eefc8f4 Add cardbus detach functionality. Add a function
cardbus_detach_card() in cardbus.c and enable detach code in cardslot.c
2000-01-26 09:04:59 +00:00
haya
639bd74d21 Pccbb manages interrupt handlers by itself for its child device. 2000-01-26 09:02:41 +00:00
thorpej
b58f7c1079 Remove unused global `consintr'. Rob Black, kern/3841. 2000-01-26 07:50:33 +00:00
cjs
cfc246f9d8 Don't explode when we've got a lot of RAM. Limit our space for buffers
to 1/4 of the kernel VM map.
2000-01-26 07:35:51 +00:00
thorpej
5251f5550d Add ahc at cardbus 2000-01-26 06:47:41 +00:00
thorpej
4656f0ba52 Remove the FreeBSD support from this file. It hasn't worked in FreeBSD
for some time, and only made the code harder to read.
2000-01-26 06:41:11 +00:00
thorpej
422cc09430 First attempt at a CardBus front-end for the `ahc' driver. This will
support the Adaptec ADP-1480 CardBus SCSI cards, which are a stright
AIC-7860 implementation.
2000-01-26 06:37:23 +00:00
thorpej
494b4a9ed3 Fix an oversight in the AIC-7xxx SEEPROM split. 2000-01-26 06:27:32 +00:00
thorpej
a697dac5f2 Back out a change I didn't intend to commit. 2000-01-26 06:17:59 +00:00
thorpej
8949eab0cb Split the code that reads the SEEPROM into its own file. 2000-01-26 06:04:37 +00:00
augustss
3d3f376619 Print out what kind of card it is earlier and more accurately. 2000-01-26 02:25:47 +00:00
thorpej
dc4e418fa6 Add the Linksys Etherfast 10/100. These are currently being rebadged
as the NetGear FA410TX 16-bit PC Card.
2000-01-26 01:27:12 +00:00
ad
62c4800e7f Argh - add initialization that got lost during editing of previous addition. 2000-01-26 01:23:32 +00:00
thorpej
def54ed969 Regen. 2000-01-26 01:06:03 +00:00
thorpej
a73e3e37b1 Add the Linksys Etherfast. 2000-01-26 01:05:23 +00:00
thorpej
2bd8866643 "i/o" -> "memory" 2000-01-25 23:23:48 +00:00
drochner
1f723151f2 use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
PCI BAR bit is referred to
2000-01-25 22:32:20 +00:00
drochner
7360584deb use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
PCI BAR bit is referred to
(XXX is the hack still necessary?)
2000-01-25 22:31:06 +00:00
drochner
4f1e715248 use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
PCI BAR bit is referred to
2000-01-25 22:30:04 +00:00
drochner
c0d973b9ae define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means that
device accesses are idempotent (but should not be cached by the CPU)
2000-01-25 22:26:49 +00:00
drochner
8eb798e603 define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means that
device accesses are idempotent (but should not be cached by the CPU)
2000-01-25 22:13:17 +00:00
thorpej
62fb37ba49 Some changes for the Xircom X3201-3 in 21143 emulation mode:
- The Xircom doesn't bring itself out of reset; we have to do it.
- The Xircom requires transmit buffers to be aligned to 4 bytes, too.

Partially from Rafal Boni (though the Tx buffer alignment issue is
handled much differently in this version).
2000-01-25 22:11:12 +00:00
soren
27cb56c54d Regen. 2000-01-25 21:58:59 +00:00
soren
8b39eb4d8e Add Digi International adapters. 2000-01-25 21:58:45 +00:00
soren
a81c1788ab Regen. 2000-01-25 21:58:23 +00:00
soren
3a9b991c44 Add Lexar Media CF. 2000-01-25 21:58:06 +00:00
fvdl
15bb1bd145 At mount/unmount time, add an exec hook to revoke all vnodes iff the
process is about to exec a sugid binary.

To speed up things, use hashing for vnode allocation, like other filesystems
do. This avoids walking the whole procfs node list in the revoke case too.
2000-01-25 21:52:04 +00:00
thorpej
701cc4b663 Add support for the Xircom X3201-3 in 21143 emulation mode. This chip
appears on some Xircom and Intel RealPort(tm) cards.

From Rafal Boni, with some slight modifications from me.
2000-01-25 21:50:30 +00:00
drochner
e81d123f6d try to dtrt for sector sizes <DEV_BSIZE (at least, don't divide by 0) 2000-01-25 20:42:33 +00:00
thorpej
6dc0e3435d IFM_1000_FX -> IFM_1000_SX 2000-01-25 20:19:14 +00:00
thorpej
52ee0b9f98 IFM_1000_FX -> IFM_1000_SX, like it's supposed to be, and add a few
more gigabit Ethernet tyes from FreeBSD.
2000-01-25 20:18:52 +00:00
thorpej
02af3f45b6 Clean up the SROM addrbits code a little. 2000-01-25 19:53:34 +00:00
chopps
da499b1e3a make the wait_ready loop use pcic_delay() (thus tsleep) too for cards
that take a while to become ready
2000-01-25 19:38:18 +00:00
thorpej
6aca67041c Add a chip type for the Xircom X3201-3, and centralize the declaration
of the chip names array.
2000-01-25 19:29:17 +00:00
mycroft
3f72e2e3f9 Oops; fix a bug in the previous:
If one entry has the DL10019 bit set and another does not, don't fail
immediately if the checksum doesn't work.
2000-01-25 18:04:07 +00:00
augustss
b9a4fe55b5 Switch the HSE and HCPE messages. Pointed out my mycroft. 2000-01-25 17:31:05 +00:00
augustss
0acef2fd69 Allow the set of PCI irqs to be overridden. 2000-01-25 17:20:47 +00:00
sommerfeld
62224d5f23 Pick source address for ICMP errors a bit more intelligently when
there are multiple addresses on the interface.

From Marc Horowitz <marc@netbsd.org>, who left this sitting for too long.
2000-01-25 17:07:56 +00:00
aymeric
3d9809edd8 oops. Comment out #include "wd.h" as I didn't commit generic wdc code yet. 2000-01-25 17:02:43 +00:00
itojun
9d17b2ca6a bring in stabilization codes in freebsd PAO/bsdi cnw driver.
- link integrity bit check.
- don't send too many packets, add some delay between them (this one is
  not enabled by default - try it if you see performance problem on
  heavy traffic)
2000-01-25 16:48:47 +00:00
enami
7209b41f18 - Kill the very last reference to VNODEPAGER, SWAPPAGER and DEVPAGER.
- Remove empty lines at the end of file.
- The traditional hack, options<SPC><TAB>.
2000-01-25 16:07:12 +00:00
thorpej
c02060ba9b Regen. 2000-01-25 15:44:21 +00:00
thorpej
d1c481fc31 Fix a typo. 2000-01-25 15:43:59 +00:00
mycroft
e33c595472 Do a CARDBUS_BM_ENABLE just to be sure. 2000-01-25 15:29:43 +00:00
tsubai
14bc6c9eb8 Add PHYs. 2000-01-25 14:43:49 +00:00
tsubai
6b26a49ee9 Use MII device layer.
XXX still 100Mbps receive side is very slow...
2000-01-25 14:38:39 +00:00
joda
492bfe70f3 get the device name from pcidevs instead of having a list here 2000-01-25 14:34:24 +00:00
augustss
0335569abc Make it compile even if you leave out the ucom attachment. 2000-01-25 13:56:23 +00:00
augustss
a27ee91364 Remove an item. 2000-01-25 13:27:07 +00:00
enami
a119cb3677 In the diagnostic check in config_detach, inform the name of parent and
its child who shouldn't be exist.
2000-01-25 13:23:26 +00:00
augustss
f0ebd281e5 Add done method for root control transfers. 2000-01-25 12:06:21 +00:00
augustss
73ce2abd33 Make sure PIRQD enable bit is set. From FreeBSD. 2000-01-25 11:26:06 +00:00
haya
dccf05f858 Do pccbb_chipinit() after YENTA register space allocation.
Add TI PCI 1451 PCI-CardBus entry.
2000-01-25 09:36:43 +00:00
enami
b1f85ee905 Don't put leading space, otherwise diskerr() prints unnecessary space
like this:
wd0h:  aborted command reading fsbn 650256 of 650256-650271 (wd0 bn 839056; cn 888 tn 13 sn 17), retrying
2000-01-25 09:33:12 +00:00
pk
855fe23671 Prevent possible wayward loop. 2000-01-25 09:30:00 +00:00
enami
65c138fea0 - Print a name of root device even if it is a network device.
- If RB_ASKNAME, only dumpdv holds the results asked interactively.
  Examie dumpspec only when !RB_ASKNAME.  This allows us to override
  dumps on none in kernel config file by booting kernel with RB_ASKNAME.
- Slightly rearrange code so that it more matches to comment.
2000-01-25 09:23:59 +00:00
enami
5cb9984dd0 Replace long delay with sleep. 2000-01-25 09:17:35 +00:00
enami
012a23a770 Use config_pending and let the kernel thread to attach a card even on boot. 2000-01-25 09:14:27 +00:00
haya
f18e32d670 Regen. 2000-01-25 09:06:50 +00:00
haya
7b4d7aaba1 Add TI PCI 1451 PCI-CardBus bridge. 2000-01-25 09:04:03 +00:00
augustss
beaf3d82fc Ooops, add another ucom file. 2000-01-25 08:46:00 +00:00
augustss
85fcd0b58d Update for the ucom(4) addition. 2000-01-25 08:31:56 +00:00
augustss
a2b1ac707a Split the umodem driver into two parts: the part that emulates a tty over
two bulk pipes, and the setup and status fiddling goo.
This allows the former part to be shared by other drivers that need to
look like a tty.
2000-01-25 08:12:58 +00:00
mycroft
509c38cc44 Regen. 2000-01-25 08:07:14 +00:00
mycroft
6a4d06f322 Use the Ethernet vendor ID to differentiate multiple cards with the same
vendor,product pair.  (Yuck.)
2000-01-25 08:06:49 +00:00
tsubai
05ceaaaad5 Add UniNorth. 2000-01-25 07:19:11 +00:00
jlam
03ebb087f7 Regen. 2000-01-25 06:53:26 +00:00
jlam
4d836ce7f2 Fix product code for Aironet PC4800. Should be 0x0007. 2000-01-25 06:52:54 +00:00
chopps
b5064330de The cfe is initialized to the default entry, when a table entry value
is present don't OR in the flags with the defaults, replace them.
2000-01-25 06:36:17 +00:00
chopps
b50b01e020 Don't enable the interrupt until after we cycle the power, disable
interrupt at disable, and make this code look more like the std pcic
code.  From Mycroft and I.
2000-01-25 06:16:34 +00:00
chopps
8c090e4862 set havenet to 0 when we are switching between operating modes and only
after association in ifrastructure mode.  Also, deal with roam start
and rejoin net commands.
2000-01-25 05:32:28 +00:00
thorpej
be3c43687c Make sure the latency timer is set to a reasonable value.
From Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>.
2000-01-25 03:44:27 +00:00
enami
047cc5e94f Cleanup setroot() a bit:
- No longer necessary to use goto, just breaking the loop like other case
  is enough.
- Don't caliculate loop invariant every time.  Just reuse.
2000-01-25 03:42:36 +00:00
thorpej
35f3518a91 Fix a fatal typo in a Pyxis SGMAP TLB bug workaround. Noticed by
Jeff Roberson <nomad@nop.aliensystems.com>.
2000-01-25 03:32:36 +00:00
thorpej
c4d8a60bac Handle Cobalt Networks interfaces, which are 21143 pass 4.1 devices
with a simple (MAC address only) SROM format.

From Soren S. Jorvang <soren@wheel.dk>
2000-01-25 03:23:56 +00:00
thorpej
8f7ad1f798 When checking for a non-standard address ROM format, allow the
Cobalt Networks address ROM through.

From Soren S. Jorvang <soren@wheel.dk>
2000-01-25 03:14:12 +00:00
ad
ea0751f1aa Finish with fixing the SOFTCURSOR stuff. 2000-01-25 02:44:03 +00:00
thorpej
4be7a36436 Add Raytheon RayLink. 2000-01-25 01:50:12 +00:00
sommerfeld
43311a870f Regen 2000-01-25 01:17:40 +00:00
fvdl
cb47ac210f Add prototypes for exec hooks. 2000-01-25 01:15:29 +00:00
fvdl
65e677bd99 Add an exec hook mechanism, where kernel subsystem can register to
execute certain functions when a process does an exec(). Currently
uses a global list. Could possibly be done using a per-process list,
but this needs more thought.
2000-01-25 01:15:14 +00:00
sommerfeld
97597e1d12 Add ID for BayStack 660 (DS version of 650) 2000-01-25 01:15:06 +00:00
mycroft
a443bc2758 +IPv6 +Raylink/Aviator 2000-01-25 01:10:50 +00:00
thorpej
fe58a40561 Define some convenience information and tables related to ifmedia status
bits for ifconfig(8).
2000-01-25 00:58:59 +00:00
nisimura
d3657aebd3 Change the previous decision.
NetBSD/luna68k (1) creates UniOS/ISI label with BSD label embedded
at offset 64, (2) reads BSD label if found, (2) falls back to
reading UniOS/ISI label when no BSD label is found.  Plus, (4)
reads SunOS label if found in place of UniOS/ISI label.
2000-01-25 00:19:30 +00:00
enami
7acb650645 - fix comment style/indentaion.
- add comment to refer aic_pcmcia_enable.
2000-01-24 23:14:23 +00:00
chopps
7d55178466 support switching to/from adhoc/infrastructure mode with media opt.
fill in 802.11 correctly for 802.11 infrastructure.
code not verified with base station yet.
2000-01-24 22:05:53 +00:00
tron
04eb110431 Add "dependall" target for comfort. 2000-01-24 20:36:06 +00:00
thorpej
e2e27455dd Use config_pending. 2000-01-24 18:35:51 +00:00
thorpej
0c93dded4a Use config_pending. Addresses kern/9247. 2000-01-24 18:34:44 +00:00
thorpej
5aa64075cc Add a `config_pending' semaphore to block mounting of the root file system
until all device driver discovery threads have had a chance to do their
work.  This in turn blocks initproc's exec of init(8) until root is
mounted and process start times and CWD info has been fixed up.

Addresses kern/9247.
2000-01-24 18:03:19 +00:00
thorpej
6068308fcd In cwdinit(), if there isn't a cdir vnode yet, don't VREF() it. 2000-01-24 17:57:34 +00:00
pk
9cfc74c312 Report write-protected disks. 2000-01-24 16:52:02 +00:00
soda
d4e0f6e9de remove accidentally revived this file again, since this file was
moved to /cvsroot/syssrc/sys/arch/arc/conf/GENERIC,v
2000-01-24 16:30:14 +00:00
joda
7ac1ad97ba The TI 2030 is a PCI-PCI bridge and doesn't belong here 2000-01-24 15:51:59 +00:00
joda
4b45d02e15 regen 2000-01-24 15:50:16 +00:00
joda
a8308ddfd4 TI PCI2030 is a PCI-PCI bridge 2000-01-24 15:49:50 +00:00
enami
29ffb365e2 Use format_bytes to convert drive capacity into human familier string (like
sd.c does).
2000-01-24 14:51:07 +00:00
augustss
bbd7b89f19 Recognize Linksys USB10T. 2000-01-24 08:47:43 +00:00
augustss
50f87c16d8 Regen. 2000-01-24 08:44:33 +00:00
augustss
46ada10a40 Add Linksys USB10T. 2000-01-24 08:44:07 +00:00
soda
4f994e0e73 Add commented out "ident"-command
from hubertf's changes to (removed) pica/conf/GENERIC
2000-01-24 08:04:11 +00:00
thorpej
0a0a473368 Oops, forgot a /*CONSTCOND*/ 2000-01-24 04:56:02 +00:00
thorpej
53ab3c12d0 Add missing BUFQ_INSERT_HEAD(). 2000-01-24 03:42:57 +00:00
matt
4e90241d42 More files that were changed. 2000-01-24 02:54:01 +00:00
matt
7b17d59536 Revamp the VAX interrupt handling code. Make it compatible with all the
other ports.  Clean up some things.
2000-01-24 02:40:28 +00:00
augustss
c0214682f7 Add missing \n in attach message, and add a little more information. 2000-01-24 01:32:00 +00:00
augustss
6d0075dcc2 Fix a typo. 2000-01-24 01:20:21 +00:00
augustss
6197c11c41 Add Raytheon Raylink driver. 2000-01-24 01:09:57 +00:00
chopps
9704db4fc4 add driver for raylink/aviator wireless 802.11 FH 2Mbps cards, currently only
tested with aviator 2.4
2000-01-23 23:59:21 +00:00
chopps
1e33763b41 regen 2000-01-23 23:56:58 +00:00
chopps
7527798475 WebGear->Raytheon 2000-01-23 23:55:45 +00:00
hubertf
4b6b32e4fd sync with GENERIC,v 1.61 2000-01-23 23:54:34 +00:00
chopps
93d5e38d57 Add beginnings of ieee 802.11 generic stuff 2000-01-23 23:50:13 +00:00
chopps
84d74cfd6d add 802.11 media types 2000-01-23 23:49:48 +00:00
hubertf
7e5ff67457 Add commented out "ident"-command 2000-01-23 23:46:04 +00:00
hubertf
e8c0c6183d If config(8) left a "ident" file (from the "ident" command), set the
kernel id from the contents of that file.
2000-01-23 23:39:19 +00:00
pk
18ad190b10 * b_cylin -> b_cylinder; deals with PR9283.
* a few optimizations & misc. style updates.
2000-01-23 22:19:12 +00:00
aymeric
9fe838f17f regen. 2000-01-23 21:31:30 +00:00
aymeric
a7a7a71ee4 add (commented out) PCMCIA devices entries 2000-01-23 21:29:55 +00:00
aymeric
4288d7a5cf add stride 1 functions support and PCMCIA support 2000-01-23 21:10:26 +00:00
aymeric
c37bcf990c add PCMCIA initialization 2000-01-23 21:08:16 +00:00
aymeric
d7e70f7068 sync with new bus.h 2000-01-23 21:06:12 +00:00
soda
3d14a7c591 kluge to make this work with NEC M403 (arc/magnum). 2000-01-23 21:06:01 +00:00
eeh
c979dd8b7f Change this to use bsd.prog.mk properly. 2000-01-23 21:05:02 +00:00
aymeric
9e5a868b12 add IPL_SERIAL to enable PCMCIA com* compilation 2000-01-23 21:04:22 +00:00
aymeric
3a54b5a896 code factorisation and added stride 1 functions 2000-01-23 21:02:17 +00:00
soda
564df9b630 merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 21:01:48 +00:00
aymeric
9b5252590b add PCMCIA generic support 2000-01-23 20:57:27 +00:00
aymeric
2c44cb587d add files which deal with the gayle chip 2000-01-23 20:53:18 +00:00
soda
66ac043ce1 Moved to /cvsroot/syssrc/sys/arch/arc/include/isa_machdep.h,v 2000-01-23 20:49:32 +00:00
soda
c87e9a032b Moved to /cvsroot/syssrc/sys/arch/arc/dev/if_snreg.h,v 2000-01-23 20:47:18 +00:00
soda
479e34aa41 merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +00:00
aymeric
8ac52796d5 add right casts to printf bus_space parameters 2000-01-23 20:44:04 +00:00
soda
8906480ccd Moved from /cvsroot/syssrc/sys/arch/arc/dev/if_sn.h,v 2000-01-23 20:43:35 +00:00
soda
5009ff6d63 OpenBSD-2.1/arc 2000-01-23 20:24:23 +00:00
soda
ce6b22983e removed as a consequence of pica -> arc transition 2000-01-23 20:18:45 +00:00
soda
8aad71662b Moved to /cvsroot/syssrc/sys/arch/arc/pica/picabus.c,v 2000-01-23 20:09:23 +00:00
soda
ec9ad11ed0 Moved from /cvsroot/syssrc/sys/arch/pica/pica/pica.c,v 2000-01-23 20:09:22 +00:00
soda
9588b90fa4 Moved to /cvsroot/syssrc/sys/arch/arc/arc/vm_machdep.c,v 2000-01-23 20:09:22 +00:00
soda
fd78f5ac1f Moved from /cvsroot/syssrc/sys/arch/pica/pica/vm_machdep.c,v 2000-01-23 20:09:21 +00:00
soda
6c53e1e10d Moved to /cvsroot/syssrc/sys/arch/arc/arc/trap.c,v 2000-01-23 20:09:20 +00:00
soda
a6baafa121 Moved from /cvsroot/syssrc/sys/arch/pica/pica/trap.c,v 2000-01-23 20:09:19 +00:00
soda
a4a01fb9ee Moved to /cvsroot/syssrc/sys/arch/arc/arc/sys_machdep.c,v 2000-01-23 20:09:18 +00:00
soda
d377ebe374 Moved to /cvsroot/syssrc/sys/arch/arc/arc/pmap.c,v 2000-01-23 20:09:17 +00:00
soda
88f0da0712 Moved from /cvsroot/syssrc/sys/arch/pica/pica/sys_machdep.c,v 2000-01-23 20:09:16 +00:00
soda
bbcae0d43c Moved from /cvsroot/syssrc/sys/arch/pica/pica/pmap.c,v 2000-01-23 20:09:16 +00:00
soda
fb74f37e14 Moved to /cvsroot/syssrc/sys/arch/arc/arc/minidebug.c,v 2000-01-23 20:09:15 +00:00
soda
346d71525e Moved from /cvsroot/syssrc/sys/arch/pica/pica/minidebug.c,v 2000-01-23 20:09:14 +00:00
soda
06d0157fbd Moved to /cvsroot/syssrc/sys/arch/arc/arc/mainbus.c,v 2000-01-23 20:09:14 +00:00
soda
2b21cd18fa Moved from /cvsroot/syssrc/sys/arch/pica/pica/mainbus.c,v 2000-01-23 20:09:13 +00:00
soda
ae3fc76b29 Moved to /cvsroot/syssrc/sys/arch/arc/arc/machdep.c,v 2000-01-23 20:09:13 +00:00
soda
be7833cf8f Moved from /cvsroot/syssrc/sys/arch/pica/pica/machdep.c,v 2000-01-23 20:09:12 +00:00
soda
48c38e5772 Moved to /cvsroot/syssrc/sys/arch/arc/arc/locore.S,v 2000-01-23 20:09:11 +00:00
soda
ce7a3c855f Moved from /cvsroot/syssrc/sys/arch/pica/pica/locore.S,v 2000-01-23 20:09:10 +00:00
soda
6c7b007a19 Moved to /cvsroot/syssrc/sys/arch/arc/arc/disksubr.c,v 2000-01-23 20:09:09 +00:00
soda
3d1a8ab5e6 Moved from /cvsroot/syssrc/sys/arch/pica/pica/disksubr.c,v 2000-01-23 20:09:08 +00:00
soda
e4b69f6eb9 Moved to /cvsroot/syssrc/sys/arch/arc/arc/cpu.c,v 2000-01-23 20:09:07 +00:00
soda
c545c22e5d Moved from /cvsroot/syssrc/sys/arch/pica/pica/cpu.c,v 2000-01-23 20:09:06 +00:00
soda
142f37ae69 Moved to /cvsroot/syssrc/sys/arch/arc/arc/conf.c,v 2000-01-23 20:09:06 +00:00
soda
6d653eb18c Moved from /cvsroot/syssrc/sys/arch/pica/pica/conf.c,v 2000-01-23 20:09:05 +00:00
soda
dfdd5c9793 Moved to /cvsroot/syssrc/sys/arch/arc/arc/clockvar.h,v 2000-01-23 20:09:04 +00:00
soda
e62009f1f3 Moved to /cvsroot/syssrc/sys/arch/arc/arc/clock_mc.c,v 2000-01-23 20:09:03 +00:00
soda
2b7f9edbd5 Moved from /cvsroot/syssrc/sys/arch/pica/pica/clockvar.h,v 2000-01-23 20:09:03 +00:00
soda
25088da318 Moved to /cvsroot/syssrc/sys/arch/arc/arc/clock.c,v 2000-01-23 20:09:03 +00:00
soda
1dd228d78b Moved from /cvsroot/syssrc/sys/arch/pica/pica/clock_mc.c,v 2000-01-23 20:09:02 +00:00
soda
6378c4bb0f Moved from /cvsroot/syssrc/sys/arch/pica/pica/clock.c,v 2000-01-23 20:09:02 +00:00
soda
b945528fa8 Moved to /cvsroot/syssrc/sys/arch/arc/arc/autoconf.c,v 2000-01-23 20:09:01 +00:00
soda
e8777adfd9 Moved from /cvsroot/syssrc/sys/arch/pica/pica/autoconf.c,v 2000-01-23 20:09:00 +00:00
soda
f2af8dda4b Moved to /cvsroot/syssrc/sys/arch/arc/arc/arctype.h,v 2000-01-23 20:09:00 +00:00
soda
c4ed024bac Moved from /cvsroot/syssrc/sys/arch/pica/pica/picatype.h,v 2000-01-23 20:08:59 +00:00
soda
bc3940a4db Moved to /cvsroot/syssrc/sys/arch/arc/isa/isabus.c,v 2000-01-23 20:08:59 +00:00
soda
22d43f5a61 Moved from /cvsroot/syssrc/sys/arch/pica/isa/isa.c,v 2000-01-23 20:08:58 +00:00
soda
4be256bb58 Moved to /cvsroot/syssrc/sys/arch/arc/dev/lpt_lbus.c,v 2000-01-23 20:08:58 +00:00
soda
9eb78e5900 Moved to /cvsroot/syssrc/sys/arch/arc/dev/com_lbus.c,v 2000-01-23 20:08:57 +00:00
soda
dc8ad1f6c2 Moved from /cvsroot/syssrc/sys/arch/pica/dev/lpt.c,v 2000-01-23 20:08:57 +00:00
soda
0bc6b561ea Moved from /cvsroot/syssrc/sys/arch/pica/dev/com.c,v 2000-01-23 20:08:57 +00:00
soda
f65681f856 Moved to /cvsroot/syssrc/sys/arch/arc/conf/files.arc,v 2000-01-23 20:08:56 +00:00
soda
930c192093 Moved from /cvsroot/syssrc/sys/arch/pica/conf/files.pica,v 2000-01-23 20:08:55 +00:00
soda
3019e0f57a Moved to /cvsroot/syssrc/sys/arch/arc/conf/Makefile.arc,v 2000-01-23 20:08:55 +00:00
soda
eaa7320938 Moved from /cvsroot/syssrc/sys/arch/pica/conf/Makefile.pica,v 2000-01-23 20:08:54 +00:00
soda
ee128062da Moved to /cvsroot/syssrc/sys/arch/arc/arc/locore_machdep.S,v 2000-01-23 20:08:53 +00:00
soda
8ee7822800 Moved from /cvsroot/syssrc/sys/arch/pica/pica/locore_machdep.S,v 2000-01-23 20:08:52 +00:00
soda
67ac5024bd Moved to /cvsroot/syssrc/sys/arch/arc/arc/arc_trap.c,v 2000-01-23 20:08:51 +00:00
soda
83e7f39f15 Moved from /cvsroot/syssrc/sys/arch/pica/pica/pica_trap.c,v 2000-01-23 20:08:50 +00:00
soda
cf2db82b96 Moved to /cvsroot/syssrc/sys/arch/arc/conf/std.arc,v 2000-01-23 20:08:50 +00:00
soda
9cd626c225 Moved from /cvsroot/syssrc/sys/arch/pica/conf/std.pica,v 2000-01-23 20:08:49 +00:00
soda
8403161a6a Moved to /cvsroot/syssrc/sys/arch/arc/include/ieee.h,v 2000-01-23 20:08:49 +00:00
soda
8102fac9d4 Moved from /cvsroot/syssrc/sys/arch/pica/include/ieee.h,v 2000-01-23 20:08:48 +00:00
soda
f9d5b66053 Moved to /cvsroot/syssrc/sys/arch/arc/include/elf_machdep.h,v 2000-01-23 20:08:48 +00:00
soda
7c8201c241 Moved to /cvsroot/syssrc/sys/arch/arc/include/ecoff_machdep.h,v 2000-01-23 20:08:47 +00:00
soda
cd29fe4bb1 Moved from /cvsroot/syssrc/sys/arch/pica/include/elf_machdep.h,v 2000-01-23 20:08:47 +00:00
soda
df1404532c Moved from /cvsroot/syssrc/sys/arch/pica/include/ecoff_machdep.h,v 2000-01-23 20:08:47 +00:00
soda
303aa96b8d Moved to /cvsroot/syssrc/sys/arch/arc/include/bswap.h,v 2000-01-23 20:08:47 +00:00
soda
6fa8042cc3 Moved from /cvsroot/syssrc/sys/arch/pica/include/bswap.h,v 2000-01-23 20:08:46 +00:00
soda
eabb7f5c23 Moved to /cvsroot/syssrc/sys/arch/arc/include/bsd-aout.h,v 2000-01-23 20:08:46 +00:00
soda
74c0399ea0 Moved to /cvsroot/syssrc/sys/arch/arc/include/aout_machdep.h,v 2000-01-23 20:08:45 +00:00
soda
71226b5898 Moved from /cvsroot/syssrc/sys/arch/pica/include/bsd-aout.h,v 2000-01-23 20:08:45 +00:00
soda
6431b0a81d Moved from /cvsroot/syssrc/sys/arch/pica/include/aout_machdep.h,v 2000-01-23 20:08:45 +00:00
soda
1f922ba78a Moved to /cvsroot/syssrc/sys/arch/arc/include/Makefile,v 2000-01-23 20:08:45 +00:00
soda
109d2f9181 Moved from /cvsroot/syssrc/sys/arch/pica/include/Makefile,v 2000-01-23 20:08:44 +00:00
soda
d908294848 Moved to /cvsroot/syssrc/sys/arch/arc/pica/pica.h,v 2000-01-23 20:08:44 +00:00
soda
86004c8a79 Moved from /cvsroot/syssrc/sys/arch/pica/pica/pica.h,v 2000-01-23 20:08:43 +00:00
soda
72d4ec683e Moved to /cvsroot/syssrc/sys/arch/arc/isa/timerreg.h,v 2000-01-23 20:08:43 +00:00
soda
1007140e26 Moved to /cvsroot/syssrc/sys/arch/arc/isa/spkrreg.h,v 2000-01-23 20:08:42 +00:00
soda
8e69d6fd73 Moved from /cvsroot/syssrc/sys/arch/pica/isa/timerreg.h,v 2000-01-23 20:08:42 +00:00
soda
2e640addfe Moved from /cvsroot/syssrc/sys/arch/pica/isa/spkrreg.h,v 2000-01-23 20:08:42 +00:00
soda
2e1c3c707f Moved to /cvsroot/syssrc/sys/arch/arc/include/vmparam.h,v 2000-01-23 20:08:42 +00:00
soda
84306c0d5d Moved from /cvsroot/syssrc/sys/arch/pica/include/vmparam.h,v 2000-01-23 20:08:41 +00:00
soda
fddc5ae391 Moved to /cvsroot/syssrc/sys/arch/arc/include/varargs.h,v 2000-01-23 20:08:41 +00:00
soda
3d6debbfd7 Moved to /cvsroot/syssrc/sys/arch/arc/include/types.h,v 2000-01-23 20:08:40 +00:00
soda
4cbf65174d Moved from /cvsroot/syssrc/sys/arch/pica/include/varargs.h,v 2000-01-23 20:08:40 +00:00
soda
6ca742e7be Moved to /cvsroot/syssrc/sys/arch/arc/include/trap.h,v 2000-01-23 20:08:40 +00:00
soda
1577ff50ea Moved from /cvsroot/syssrc/sys/arch/pica/include/types.h,v 2000-01-23 20:08:39 +00:00
soda
33e9dba342 Moved from /cvsroot/syssrc/sys/arch/pica/include/trap.h,v 2000-01-23 20:08:39 +00:00
soda
6312fe18d2 Moved to /cvsroot/syssrc/sys/arch/arc/include/stdarg.h,v 2000-01-23 20:08:39 +00:00
soda
fba509ecb6 Moved to /cvsroot/syssrc/sys/arch/arc/include/signal.h,v 2000-01-23 20:08:38 +00:00
soda
f0931ebe3a Moved from /cvsroot/syssrc/sys/arch/pica/include/stdarg.h,v 2000-01-23 20:08:38 +00:00
soda
8440d2e0e3 Moved to /cvsroot/syssrc/sys/arch/arc/include/setjmp.h,v 2000-01-23 20:08:38 +00:00
soda
531913086d Moved from /cvsroot/syssrc/sys/arch/pica/include/signal.h,v 2000-01-23 20:08:37 +00:00
soda
2b94b8247f Moved to /cvsroot/syssrc/sys/arch/arc/include/reloc.h,v 2000-01-23 20:08:37 +00:00
soda
471def64b2 Moved from /cvsroot/syssrc/sys/arch/pica/include/setjmp.h,v 2000-01-23 20:08:36 +00:00
soda
3f59502e1f Moved from /cvsroot/syssrc/sys/arch/pica/include/reloc.h,v 2000-01-23 20:08:36 +00:00
soda
8b2c03fc83 Moved to /cvsroot/syssrc/sys/arch/arc/include/regnum.h,v 2000-01-23 20:08:36 +00:00
soda
f58ad7557c Moved to /cvsroot/syssrc/sys/arch/arc/include/regdef.h,v 2000-01-23 20:08:35 +00:00
soda
8235b56fbb Moved from /cvsroot/syssrc/sys/arch/pica/include/regnum.h,v 2000-01-23 20:08:35 +00:00
soda
991dcd73f5 Moved from /cvsroot/syssrc/sys/arch/pica/include/regdef.h,v 2000-01-23 20:08:35 +00:00
soda
fa044c1fa5 Moved to /cvsroot/syssrc/sys/arch/arc/include/reg.h,v 2000-01-23 20:08:35 +00:00
soda
f018928d56 Moved from /cvsroot/syssrc/sys/arch/pica/include/reg.h,v 2000-01-23 20:08:34 +00:00
soda
7f94a24e66 Moved to /cvsroot/syssrc/sys/arch/arc/include/ptrace.h,v 2000-01-23 20:08:34 +00:00
soda
1c9fcb1fb4 Moved to /cvsroot/syssrc/sys/arch/arc/include/pte.h,v 2000-01-23 20:08:33 +00:00
soda
e0d9fee67b Moved from /cvsroot/syssrc/sys/arch/pica/include/ptrace.h,v 2000-01-23 20:08:33 +00:00
soda
877f0260c7 Moved from /cvsroot/syssrc/sys/arch/pica/include/pte.h,v 2000-01-23 20:08:33 +00:00
soda
fff4762a8e Moved to /cvsroot/syssrc/sys/arch/arc/include/psl.h,v 2000-01-23 20:08:33 +00:00
soda
bd754d76b2 Moved from /cvsroot/syssrc/sys/arch/pica/include/psl.h,v 2000-01-23 20:08:32 +00:00
soda
bff7826723 Moved to /cvsroot/syssrc/sys/arch/arc/include/profile.h,v 2000-01-23 20:08:32 +00:00
soda
f2ce555ca9 Moved from /cvsroot/syssrc/sys/arch/pica/include/profile.h,v 2000-01-23 20:08:31 +00:00
soda
d3086a2a5a Moved to /cvsroot/syssrc/sys/arch/arc/include/proc.h,v 2000-01-23 20:08:31 +00:00
soda
709c88ab3f Moved to /cvsroot/syssrc/sys/arch/arc/include/pmap.h,v 2000-01-23 20:08:30 +00:00
soda
415a7de1fe Moved from /cvsroot/syssrc/sys/arch/pica/include/proc.h,v 2000-01-23 20:08:30 +00:00
soda
d3d90c4c01 Moved from /cvsroot/syssrc/sys/arch/pica/include/pmap.h,v 2000-01-23 20:08:30 +00:00
soda
fb8972cd49 Moved to /cvsroot/syssrc/sys/arch/arc/include/pio.h,v 2000-01-23 20:08:30 +00:00
soda
e88cf9c1a5 Moved to /cvsroot/syssrc/sys/arch/arc/include/pccons.h,v 2000-01-23 20:08:29 +00:00
soda
90d7949c8c Moved from /cvsroot/syssrc/sys/arch/pica/include/pio.h,v 2000-01-23 20:08:29 +00:00
soda
a4a750c9d0 Moved to /cvsroot/syssrc/sys/arch/arc/include/pcb.h,v 2000-01-23 20:08:29 +00:00
soda
543ee51b73 Moved from /cvsroot/syssrc/sys/arch/pica/include/pccons.h,v 2000-01-23 20:08:28 +00:00
soda
90a231201e Moved from /cvsroot/syssrc/sys/arch/pica/include/pcb.h,v 2000-01-23 20:08:28 +00:00
soda
ec5da32d09 Moved to /cvsroot/syssrc/sys/arch/arc/include/param.h,v 2000-01-23 20:08:28 +00:00
soda
d4440ff3a4 Moved from /cvsroot/syssrc/sys/arch/pica/include/param.h,v 2000-01-23 20:08:27 +00:00
soda
84f0e1cbef Moved to /cvsroot/syssrc/sys/arch/arc/include/mouse.h,v 2000-01-23 20:08:27 +00:00
soda
a1ebbbe7cb Moved from /cvsroot/syssrc/sys/arch/pica/include/mouse.h,v 2000-01-23 20:08:26 +00:00
soda
0893672619 Moved to /cvsroot/syssrc/sys/arch/arc/include/mips_opcode.h,v 2000-01-23 20:08:26 +00:00
soda
285660c582 Moved to /cvsroot/syssrc/sys/arch/arc/include/limits.h,v 2000-01-23 20:08:25 +00:00
soda
bdf3b4663a Moved from /cvsroot/syssrc/sys/arch/pica/include/mips_opcode.h,v 2000-01-23 20:08:25 +00:00
soda
7fdc1984ad Moved to /cvsroot/syssrc/sys/arch/arc/include/kdbparam.h,v 2000-01-23 20:08:25 +00:00
soda
b0f8addc27 Moved from /cvsroot/syssrc/sys/arch/pica/include/limits.h,v 2000-01-23 20:08:24 +00:00
soda
5412972288 Moved from /cvsroot/syssrc/sys/arch/pica/include/kdbparam.h,v 2000-01-23 20:08:24 +00:00
soda
6971b1a0c9 Moved to /cvsroot/syssrc/sys/arch/arc/include/kcore.h,v 2000-01-23 20:08:24 +00:00
soda
9806ef403b Moved to /cvsroot/syssrc/sys/arch/arc/include/kbdreg.h,v 2000-01-23 20:08:23 +00:00
soda
cb536e5f02 Moved from /cvsroot/syssrc/sys/arch/pica/include/kcore.h,v 2000-01-23 20:08:23 +00:00
soda
c69bd1a3fe Moved to /cvsroot/syssrc/sys/arch/arc/include/ieeefp.h,v 2000-01-23 20:08:23 +00:00
soda
232c36a7ff Moved from /cvsroot/syssrc/sys/arch/pica/include/kbdreg.h,v 2000-01-23 20:08:22 +00:00
soda
467a94dc9f Moved from /cvsroot/syssrc/sys/arch/pica/include/ieeefp.h,v 2000-01-23 20:08:22 +00:00
soda
bed73a34d2 Moved to /cvsroot/syssrc/sys/arch/arc/include/float.h,v 2000-01-23 20:08:22 +00:00
soda
26b2e63385 Moved to /cvsroot/syssrc/sys/arch/arc/include/endian.h,v 2000-01-23 20:08:21 +00:00
soda
131bb91866 Moved from /cvsroot/syssrc/sys/arch/pica/include/float.h,v 2000-01-23 20:08:21 +00:00
soda
81abf52499 Moved to /cvsroot/syssrc/sys/arch/arc/include/display.h,v 2000-01-23 20:08:21 +00:00
soda
b44ca2859f Moved from /cvsroot/syssrc/sys/arch/pica/include/endian.h,v 2000-01-23 20:08:20 +00:00
soda
f5442a2176 Moved from /cvsroot/syssrc/sys/arch/pica/include/display.h,v 2000-01-23 20:08:20 +00:00
soda
7d63b2fe12 Moved to /cvsroot/syssrc/sys/arch/arc/include/disklabel.h,v 2000-01-23 20:08:20 +00:00
soda
19e4f5f0df Moved to /cvsroot/syssrc/sys/arch/arc/include/cpu.h,v 2000-01-23 20:08:19 +00:00
soda
9388143e36 Moved from /cvsroot/syssrc/sys/arch/pica/include/disklabel.h,v 2000-01-23 20:08:19 +00:00
soda
16e9a4dcc2 Moved to /cvsroot/syssrc/sys/arch/arc/include/cdefs.h,v 2000-01-23 20:08:19 +00:00
soda
fece929833 Moved from /cvsroot/syssrc/sys/arch/pica/include/cpu.h,v 2000-01-23 20:08:18 +00:00
soda
55a5ac3e5a Moved from /cvsroot/syssrc/sys/arch/pica/include/cdefs.h,v 2000-01-23 20:08:18 +00:00
soda
57a3e8780e Moved to /cvsroot/syssrc/sys/arch/arc/include/bus.h,v 2000-01-23 20:08:18 +00:00
soda
34b87233e0 Moved from /cvsroot/syssrc/sys/arch/pica/include/bus.h,v 2000-01-23 20:08:17 +00:00
soda
e67e873cbc Moved to /cvsroot/syssrc/sys/arch/arc/include/autoconf.h,v 2000-01-23 20:08:17 +00:00
soda
a33e4df055 Moved to /cvsroot/syssrc/sys/arch/arc/include/asm.h,v 2000-01-23 20:08:16 +00:00
soda
bd92e48823 Moved from /cvsroot/syssrc/sys/arch/pica/include/autoconf.h,v 2000-01-23 20:08:16 +00:00
soda
aa54a1ab1d Moved from /cvsroot/syssrc/sys/arch/pica/include/asm.h,v 2000-01-23 20:08:16 +00:00
soda
b9263e3ff2 Moved to /cvsroot/syssrc/sys/arch/arc/include/ansi.h,v 2000-01-23 20:08:15 +00:00
soda
935cad6cc4 Moved from /cvsroot/syssrc/sys/arch/pica/include/ansi.h,v 2000-01-23 20:08:14 +00:00
soda
a1282c1ed2 Moved to /cvsroot/syssrc/sys/arch/arc/dev/scsi.h,v 2000-01-23 20:08:14 +00:00
soda
4640f2a52e Moved to /cvsroot/syssrc/sys/arch/arc/dev/pccons.c,v 2000-01-23 20:08:13 +00:00
soda
7b63ee28c0 Moved from /cvsroot/syssrc/sys/arch/pica/dev/scsi.h,v 2000-01-23 20:08:13 +00:00
soda
8519eaf895 Moved from /cvsroot/syssrc/sys/arch/pica/dev/pccons.c,v 2000-01-23 20:08:13 +00:00
soda
2c53085d00 Moved to /cvsroot/syssrc/sys/arch/arc/dev/if_sn.h,v 2000-01-23 20:08:12 +00:00
soda
a759463408 Moved to /cvsroot/syssrc/sys/arch/arc/dev/if_sn.c,v 2000-01-23 20:08:11 +00:00
soda
99a8138066 Moved from /cvsroot/syssrc/sys/arch/pica/dev/if_sn.h,v 2000-01-23 20:08:11 +00:00
soda
5f72a4b0b1 Moved from /cvsroot/syssrc/sys/arch/pica/dev/if_sn.c,v 2000-01-23 20:08:11 +00:00
soda
6827e1913e Moved to /cvsroot/syssrc/sys/arch/arc/dev/fdreg.h,v 2000-01-23 20:08:10 +00:00
soda
afc9b43191 Moved to /cvsroot/syssrc/sys/arch/arc/dev/fd.c,v 2000-01-23 20:08:09 +00:00
soda
78a72f8f99 Moved from /cvsroot/syssrc/sys/arch/pica/dev/fdreg.h,v 2000-01-23 20:08:09 +00:00
soda
af4ed59cc3 Moved from /cvsroot/syssrc/sys/arch/pica/dev/fd.c,v 2000-01-23 20:08:09 +00:00
soda
708b7dd64f Moved to /cvsroot/syssrc/sys/arch/arc/dev/dma.h,v 2000-01-23 20:08:09 +00:00
soda
7230dfbc48 Moved from /cvsroot/syssrc/sys/arch/pica/dev/dma.h,v 2000-01-23 20:08:08 +00:00
soda
763169e4ce Moved to /cvsroot/syssrc/sys/arch/arc/dev/dma.c,v 2000-01-23 20:08:08 +00:00
soda
375be02f3e Moved from /cvsroot/syssrc/sys/arch/pica/dev/dma.c,v 2000-01-23 20:08:07 +00:00
soda
421c58a896 Moved to /cvsroot/syssrc/sys/arch/arc/dev/ascreg.h,v 2000-01-23 20:08:07 +00:00
soda
eb16133007 Moved from /cvsroot/syssrc/sys/arch/pica/dev/ascreg.h,v 2000-01-23 20:08:06 +00:00
soda
883f41facb Moved to /cvsroot/syssrc/sys/arch/arc/dev/asc.c,v 2000-01-23 20:08:06 +00:00
soda
3fb706e4a2 Moved from /cvsroot/syssrc/sys/arch/pica/dev/asc.c,v 2000-01-23 20:08:05 +00:00
soda
107f67ac52 Moved to /cvsroot/syssrc/sys/arch/arc/conf/PICA,v 2000-01-23 20:08:04 +00:00
soda
3168c15603 Moved from /cvsroot/syssrc/sys/arch/pica/conf/PICA,v 2000-01-23 20:08:03 +00:00
soda
c3cf58bf04 Moved to /cvsroot/syssrc/sys/arch/arc/conf/GENERIC,v 2000-01-23 20:08:03 +00:00
soda
b1163d2576 Moved from /cvsroot/syssrc/sys/arch/pica/conf/GENERIC,v 2000-01-23 20:08:02 +00:00
soda
21ad5df369 Moved to /cvsroot/syssrc/sys/arch/arc/compile/.keep_me,v 2000-01-23 20:08:01 +00:00
soda
beb0eab85a Moved from /cvsroot/syssrc/sys/arch/pica/compile/.keep_me,v 2000-01-23 20:08:00 +00:00
soda
65910335d5 Moved to /cvsroot/syssrc/sys/arch/arc/TODO,v 2000-01-23 20:08:00 +00:00
soda
efb787fdae Moved from /cvsroot/syssrc/sys/arch/pica/TODO,v 2000-01-23 20:07:59 +00:00
soda
690a7b0a0d Moved to /cvsroot/syssrc/sys/arch/arc/Makefile,v 2000-01-23 20:07:59 +00:00
soda
ef91d7cbed Moved from /cvsroot/syssrc/sys/arch/pica/Makefile,v 2000-01-23 20:07:58 +00:00
matt
46b238cab4 remove volatile from softc. cleanup interrupt initialization. 2000-01-23 18:53:11 +00:00
mycroft
7b49d242ce Clean up the machine symlink stuff ever so slightly. Needs to be
standardized between files.
2000-01-23 17:04:03 +00:00
mycroft
f456106d03 Fix the symlink hack. 2000-01-23 16:45:54 +00:00
mycroft
295c3f303e Fix the symlink hack. 2000-01-23 16:44:18 +00:00
tsubai
ddec291d99 Fix cf_unit usage. 2000-01-23 15:58:04 +00:00
tsubai
eda36600e0 Fix wrong usage of cf_unit. 2000-01-23 15:49:11 +00:00
tsubai
d9d54bf806 Use flags to determine PCLK rather than use unit number. 2000-01-23 15:27:43 +00:00
tsubai
83be2572a7 Don't need to declare badaddr(). 2000-01-23 14:57:10 +00:00
tsubai
969c226b5b Match "keylargo". 2000-01-23 10:01:44 +00:00