home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3094 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!kannel!news
  3. From: ats@lut.fi (Ari Suutari)
  4. Subject: Re: Do YOU think that this generates correct kernel ?
  5. Sender: news@lut.fi (Usenet News)
  6. Message-ID: <1992Jul29.091608.10321@lut.fi>
  7. Date: Wed, 29 Jul 92 09:16:08 GMT
  8. References: <1992Jul28.151518.18102@lut.fi> <1992Jul28.221939.2479@cognos.com>
  9. Organization: Lappeenranta University of Technology, Finland
  10. Keywords: kernel config
  11. Lines: 25
  12.  
  13. dealwisb@cognos.com (Brian de Alwis) writes:
  14.  
  15. >controller wd0 at isa?
  16. >disk       dk0 at wd0 drive 0
  17. >disk       dk1 at wd0 drive 1
  18.  
  19. >NWD is defined as 1 (which breaks the patches posted to support > 1 HD).
  20. >It seems that config is looking in the wrong places to figure out the
  21. >number of possibly-attached devices.
  22.  
  23.     I think that config works correctly, it just that naming of
  24.     devices should be different. How about doing it like this:
  25.  
  26.     controller    wdc0 at isa?
  27.     disk        wd0 at wc0 drive 0
  28.     disk        wd1 at wc0 drive 1
  29.  
  30.     This would, of cource, require some changes. wd.c should be wdc.c
  31.     and files.i386 should be modified also. All references to NWD
  32.     should also be checked and modified to NWDC if required.
  33.  
  34.     Now config would configure swap386bsd.c also correctly.
  35.  
  36.         Ari
  37.  
  38.