Go to file
itojun 5f1c4bb519 use memory mapped address, instead of i/o memory access, for control
registers.  rationale:
- Netwave cards choke if we map i/o memory to >= 0x400
- even though, CIS tuple talks nothing about it
- it is not possible to specify range in pcmcia_io_map
- it would be very bad to do a try-and-error bus_space allocation for
  i/o memory regions < 0x400
- we can have exactly the same functionality with memory mapped access
this should correct PR 10139.

the memory mapped access idea was from WIDE wildboar/bsdi cnw code.
2000-07-05 18:42:19 +00:00
bin Implement --atime-preserve. 2000-07-04 17:28:47 +00:00
crypto Change the USELESS_CRYPTO check to MKCRYPTO_{IDEA,RC5,RSA}. 2000-07-05 13:57:15 +00:00
dist pull up christos's amd patches that didn't make it into 6.0.3 2000-06-16 02:10:12 +00:00
distrib Reduce ramdisk size (again!). 2000-07-05 16:13:28 +00:00
etc sync sendmail default configuration file with GENERIC kernel setting. 2000-07-04 12:21:02 +00:00
games remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
gnu Add a `-y' option which filters archives through bzip2(1). 2000-07-05 11:57:57 +00:00
include Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4, 2000-07-05 11:44:01 +00:00
lib fix typo: rmd160l.c -> rmd160hl.c 2000-07-05 16:10:36 +00:00
libexec remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
regress include cleanup in regress. 2000-07-03 04:02:34 +00:00
sbin remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
share Upate for the cloning nature of gre(4). 2000-07-05 18:14:40 +00:00
sys use memory mapped address, instead of i/o memory access, for control 2000-07-05 18:42:19 +00:00
usr.bin remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
usr.sbin always use %s for setproctitle. from openbsd-current 2000-07-05 17:59:58 +00:00
Makefile Merge a bunch of things from crypto-us and crypto-intl into basesrc, 2000-06-20 06:00:24 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00