hns - 日記自動生成システム - Version 2.19.9

先月 2002年11月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2002年11月23日() 旧暦 [n年日記]

#1 [NetBSD] jp.netbsd.org (port 25) が止って

いるような気がする
Destination Host Unreachable for icmp_seq=0
とも言われているような。

#2 [無題] 国立劇場

仮名手本忠臣蔵 11:00 .. 21:05

#3 [NetBSD] cnopen

cnopen は sys/dev/cons.c の中にある。
 79 cnopen(dev, flag, mode, p)
 80         dev_t dev;
 81         int flag, mode;
 82         struct proc *p;
 83 {
 84         const struct cdevsw *cdev;
 85         dev_t cndev;
 86 
 87         if (cn_tab == NULL)
 88                 return (0);
 89 
 90         /*
 91          * always open the 'real' console device, so we don't get nailed
 92          * later.  This follows normal device semantics; they always get
 93          * open() calls.
 94          */
 95         cndev = cn_tab->cn_dev;
 96         if (cndev == NODEV) {
 97                 /*
 98                  * This is most likely an error in the console attach
 99                  * code. Panicing looks better than jumping into nowhere
100                  * through cdevsw below....
101                  */
102                 panic("cnopen: no console device");
103         }

cn_tab:

arch/macppc/dev/z8530tty.c:             cn_tab->cn_dev = dev;
arch/macppc/macppc/machdep.c:           cn_tab = cp;
arch/macppc/macppc/machdep.c:           cn_tab = cp;

macppc/macppc/mach_dep.c:

    451 #if NITE > 0
    452         if (strcmp(type, "display") == 0) {
    453                 extern struct consdev consdev_ite;
    454
    455                 cp = &consdev_ite;
    456                 (*cp->cn_probe)(cp);
    457                 (*cp->cn_init)(cp);
    458                 cn_tab = cp;
    459
    460                 return;
    461         }
    462 #endif
ここかなぁ。



最近の日記
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)